You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried compiling it quickly on my machine and it seems to be working fine. I simply added SetComplexity to the decoder and everything compiles and runs smoothly (more tests needed of course).
Before going further, do you have an idea on how we could handle libopus>=1.5 diiferently than prior versions ?
Go module versions
Build tags
Lock the library to a specific version of libopus
If it were me I would go with module version, but let me know what you think.
Afaik this is all dynamically linked so the client can just choose what version to link? It's been a while since I've done anything with this but last I checked the build and run system weren't linked like that. Does this not work for your purposes?
https://opus-codec.org/release/stable/2024/03/04/libopus-1_5.html
The text was updated successfully, but these errors were encountered: