Closed d-a-n closed 11 years ago
To be honest I'm not particularly familiar with opus
, I always thought that it's used primarily in voip industry. While Origami
is a general purpose library, it's currently focused on decoding only. It's possible to add encoding too, but this can be time consuming process. Do you think it worth implementing just opus
decoding? Do you have any usage ideas that you can share?
Hi Arthur,
thanks for your reply. Opus is a great codec for low bitrate / low latency audio. A lot of podcasts and audio streams offering opus for mobile devices. Unfortunately there are not many available iOS apps that support opus. If we would have an easy to use library like your OrigamiEngine, support for that codec could be implemented easily. I think decoding only would be great for a start.
Sounds really interesting, I didn't know about podcasts. I will spent some time with opus
. I can't do ETA for this enhancement, it depends on the opus
library docs/examples, but I'm pretty much sure it will be possible to add opus
support. Thanks!
Great, looking forward to it.
Opus support added in version 1.09
. It uses separate cocoapods subspec since libopusfile
has some heavyweight dependencies.
This library looks very promising. Are there any intensions to support the opus codec?