I read a lot about the opus codec, but I donโt understand how to use it in my java application example. Is there any .so file for opus that can be used? If not, how?
There is currently no (at the time of writing) any native Java library for Opus.
The Jitsi project is a VOIP VoIP client and chat that supports Opus. This is implemented using the libopus binary library with a Java shell .
You will need to use JNA to create a wrapper around libopus that you can invoke with Java. I did something similar in C #: http://opusdotnetinvoke.codeplex.com/ It should be easy to rewrite this C # code in Java.
Source: https://habr.com/ru/post/1486629/More articles:Using Angular to upload a file via Ajax - angularjsAre C preprocessor statements part of C? - cJquery data does not match dom attribute - javascriptHow to set and cancel functional test data in Geb grails - functional-programmingProblems compiling C ++ code with boost library - c ++Polar gradients SVG - gradientHow can I add an hr element from every 3 of my cycle? .. using Handlebarsjs? - handlebars.jspost_save signal and relationships - pythonHow to do column-based integration using the Handlebarsjs template .. does the console work, but html is not added? - jqueryAvoid Django 500 Errors for an Invalid Nginx Host - djangoAll Articles