search for: jopus

Displaying 1 result from an estimated 1 matches for "jopus".

Did you mean: opus
2016 Sep 17
0
Query regarding use of Opus codec in Java Programming
Akash- As far as I'm aware, you've got about 2 options: - If you're on a desktop Java runtime you should be able to use JNI bindings to call the native Opus lib. "jopus" on GitHub appears to provide some you can start with. There's probably others. This would be the lowest-cost solution, it's just not very portable. - I have authored a pure C# port of Opus a few months ago and am in the process of coercing that into a Java implementation. If you know...