-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples not working #23
Comments
Ah, right..... This actually appears to have been fixed recently in the master for VorbisJava but I don't think it has been pushed to Maven. I would recommend compiling the latest VorbisJava yourself and referencing that .jar when you run the test project. |
thanks, its working now. i created a quick fix for the examples |
An alternative to generating .opus files with the Java version of the Concentus library is using the OOOGG library in conjunction with the OOOGG Opus Plugin, a plugin for OOOGG that integrates the same into the Concentus library, allowing, through the Java Sound API, playing and recording .opus files. https://github.com/allantaborda/ooogg-opus-plugin |
i tried the java examples with the provided files.
The duration of the generated .opus file is 00:00.
Anyone else got these problems?
The text was updated successfully, but these errors were encountered: