Skip to content
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

OpusFile Bindings #634

Closed
ghost opened this issue Mar 20, 2021 · 1 comment
Closed

OpusFile Bindings #634

ghost opened this issue Mar 20, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 20, 2021

Hello dear community, I noticed the Opus binding provided by LWJGL3 is missing an important part of it! It's the "opusfile" support library.

OPUSFILE IS NOT LIBOPUS!!!

The actual Opus binding only include the encoder and decoder but not the library to actually deal with opus files.

The actual description of opusfile is "Opusfile is a easy to use library that encapsulates everything you need beyond libopus to correctly and completely support the playback of .opus (OggOpus) files.".

Project on GH: https://github.com/xiph/opusfile
Opusfile documentation: https://www.opus-codec.org/docs/opusfile_api-0.7/index.html

Do I need it in all platforms? No, but having it in Win_x86-64 and Linux_x86-64 is a must.
Do you need the entire project? Yes

@Spasi
Copy link
Member

Spasi commented Oct 29, 2021

The https://github.com/xiph/opusfile and https://github.com/xiph/libopusenc libraries are now part of the Opus bindings. Will be available in the next 3.3.0 snapshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants