Opus.NET
Opus.NET copied to clipboard
Opus .NET Wrapper
I changed the demo code from this _encoder = OpusEncoder.Create(48000, 1, FragLabs.Audio.Codecs.Opus.Application.Voip); _encoder.Bitrate = 8192; _decoder = OpusDecoder.Create(48000, 1); to this _encoder = OpusEncoder.Create(48000, 2, FragLabs.Audio.Codecs.Opus.Application.Audio); _encoder.Bitrate = 8192; _decoder...
I am having trouble running the demo in the VS2015 debugger -- and forgive me as I am still new to C# and this is my first time back in...
There is new version available: https://www.opus-codec.org/downloads/
Hello, I am trying to use Opus.NET to convert from an OGG with Opus data into a WAV file. My OGG data originates from the Firefox MediaReader API, which records...
It seems that there isnt a .net opus port. Are there any plans for it ?
64 Bit
Looks good, but can't get it to work when compiled for x64.
Any change of adding multistream? Thanks Andy.
I didn't understand how it works...