use opus-mini instead of -nano - #183
Samueru-sama wants to merge 1 commit into
Conversation
|
that PR was reverted for now... it might be better to just use a bundled static opus? |
Nah |
|
why? all other platforms use static opus |
ffmpeg needs libopus to decode as well |
|
No it doesn't |
libopus native opus decoder: |
|
We won't use the libopus decoder. That would defeat the whole point because then we'd still depend on Opus itself. |
Both are the same package
opus-nanohas been kept around for backwards compat.However since we are working on adding multi-arch support, I will also be dropping the old package names in the near future.
Also does the appimage even contain
libopusnow? Eden was updated to rely on ffmpeg for this. IIRC ffmpeg only needs libopus to encode, not decode.