How can I use Opus-Codec in my Java Application
Asked Answered
D

2

5

I read a lot about opus-codec but I am not understanding how can I use that in my sample java application. Is there any .so file available for opus which can be used?If not then how?

Drooff answered 17/6, 2013 at 13:52 Comment(0)
A
7

There is currently not yet (at time of writing) any native Java library for Opus.

The Jitsi project is a Java-based VOIP and chat client which has Opus support. This is implemented by using a binary libopus library with a Java wrapper.

Archaeology answered 19/7, 2013 at 10:36 Comment(0)
S
1

You would need to use JNA to create a wrapper around libopus that you can call from Java. I have done something like that in C#: http://opusdotnetinvoke.codeplex.com/ It should be easy to rewrite that C# code into Java.

Siebert answered 22/6, 2013 at 11:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.