search for: group__stream__seeking

Displaying 3 results from an estimated 3 matches for "group__stream__seeking".

2016 Nov 08
2
Help with Opus Streaming
...takes > care of matching the signal at the very point of the jump. I would recommend the opusfile library, which implements seeking specifically for Opus streams. https://archive.mozilla.org/pub/opus/opusfile-0.8.zip https://mf4.xiph.org/jenkins/view/opus/job/opusfile-unix/ws/doc/html/group__stream__seeking.html -r -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: <http://lists.xiph.org/pipermail/ogg-dev/attachments/20161108/d781d6b6/attachment.sig>
2016 Nov 14
0
Help with Opus Streaming
...ng the signal at the very point of the jump. > > I would recommend the opusfile library, which implements seeking > specifically for Opus streams. > > https://archive.mozilla.org/pub/opus/opusfile-0.8.zip > https://mf4.xiph.org/jenkins/view/opus/job/opusfile-unix/ > ws/doc/html/group__stream__seeking.html > > -r > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/ogg-dev/attachments/20161114/d00296d4/attachment.html>
2016 Nov 08
2
Help with Opus Streaming
Hi, We have an windows client application to playback wav audio. Now we have to support Ogg Opus audio. The client is WPF application and the audio player component is in C++. The opus audio file is downloaded from an web-service and written to a Stream which is loaded into the player. I need to achieve the following: 1. Start playback immediately as and when the audio is being downloaded. 2.