bytedeco / javacpp-presets

The missing Java distribution of native C++ libraries
Other
2.65k stars 736 forks source link

[Opus] It is possible to wrap the Opus Library #620

Open teocci opened 5 years ago

teocci commented 5 years ago

Hello team, I've been using the FFmpeg preset and it is awesome I was able to implement a Twitch player and downloader thanks to this library. Now I'm working on a walkie talkie project and I think that an Opus Encoder/Decoder will be a great library.

I can help with the implementation. I just want to know if is possible to create this project?

saudet commented 5 years ago

The opus codec is already linked in, it should just work. Let me know if you encounter any issues though, thanks!

saudet commented 5 years ago

If you're looking into mapping the library outside FFmpeg, that should be pretty easy to do as well. Please refer to this guide for more information: https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets

saudet commented 5 years ago

@taisukeoe I remember you created some wrappers for libopus, do you still have them around?