kefferb / squeezelite

Automatically exported from code.google.com/p/squeezelite
Other
0 stars 0 forks source link

Opus support #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Are there any plans to add opus support to squeezelite?

Opus is a relatively new open source audio codec with impressive performance, 
see http://www.opus-codec.org/
Opus is usually wrapped in an ogg stream, a bit like vorbis.

I could volunteer to add opus support to squeezelite, I have some experience 
making it work on Rockbox (an open-source alternative firmware for mp3 players).

Original issue reported on code.google.com by bert...@gmail.com on 7 Aug 2014 at 8:30

GoogleCodeExporter commented 8 years ago
No plans at present, but happy to discuss.

I would expect this to need LMS support first - do you have any example files?

Original comment by trio...@btinternet.com on 9 Aug 2014 at 9:40

GoogleCodeExporter commented 8 years ago
I'm a bit intimidated by LMS, being written mostly in perl.
My plan was to stream opus audio from http://smj.delfa.net
As I understand, LMS is bypassed for some web streams, making the client 
directly fetch the stream. I was hoping to use that mechanism to debug.
I can easily transcode a file to .opus if needed.

Original comment by bert...@gmail.com on 9 Aug 2014 at 9:00

GoogleCodeExporter commented 8 years ago
Afraid it will need LMS support as this is responsible for selecting the codec 
to use - squeezelite doesn't detect the codec itself, it relies on lms.

Original comment by trio...@btinternet.com on 9 Aug 2014 at 9:58