<div dir="ltr"><div><div><div><div><div><div>Akash-<br></div><br></div>As far as I'm aware, you've got about 2 options:<br><br></div>- 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.<br><br></div>- 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 a little C# and are willing to put in a few days to convert some code pieces, I'd really appreciate the help in getting my port finished.<br><br></div>- I recall someone on this mailing list was working on a Java implementation of only the decoder. I'm guessing that's not ready yet though.<br><br></div>-Logan<br></div>