ddiakopoulos / libnyquist

:microphone: Cross platform C++11 library for decoding audio (mp3, wav, ogg, opus, flac, etc)
BSD 2-Clause "Simplified" License
536 stars 64 forks source link

File Seek/Stream Support #6

Open ddiakopoulos opened 9 years ago

dumganhar commented 5 years ago

Hello, @ddiakopoulos , when will this feature supported? Streaming is important for playing a large file.

ddiakopoulos commented 5 years ago

Hi @dumganhar - do you have a particular format in mind? Some APIs have streaming endpoints that need to be wrapped, others need explicit support from the library. In the former case, I could make some time to implement one or maybe two formats.

pushrax commented 2 years ago

Opus and/or Vorbis streaming would be great, though any of the high compression codecs are well suited to very long content and I would be happy with any of them.

ZeunO8 commented 1 year ago

:+1:

ZeunO8 commented 1 year ago

Support for all with file seek and stream support would be nice. When do you think you'll get round to implementing?