concentus
concentus copied to clipboard
Pure Portable C# and Java implementations of the Opus audio codec
From test results: 4702 Voip Stereo Cpx= 0 VARKbps 8Khz 20 Ms PLC 20% DTX ... FAIL: Encoded packets do not match (frame 0)
Concentus interpreted almost all C pointers as a combination of an array and an integer offset, e.g. "int[] x, int x_ptr". These could potentially all be replaced by new Span...
During recoding some mp3 files i faced an assert in [bitexact_cos](https://github.com/lostromb/concentus/blob/acaadf20751b3274c03c593d6c8c448fb77a34ac/CSharp/Concentus/Celt/Bands.cs#L81) because the tmp value was 58252. Going back the whole story, i ended up in [celt_rcp](https://github.com/lostromb/concentus/blob/acaadf20751b3274c03c593d6c8c448fb77a34ac/CSharp/Concentus/Common/Inlines.cs#L925) with optimized code...
Dir Sir, When I was running the /java/org/concentus/console/Program.java, there is code as bellow: OpusInfo info = new OpusInfo(); info.setNumChannels(2); info.setSampleRate(48000); OpusTags tags = new OpusTags(); //tags.setVendor("Concentus"); //tags.addComment("title", "A test!"); OpusFile...
I would like to use Concentus in an app that does Speech-To-Text conversion. I need to be able to detect the end of sentences by monitoring voice activity and identifying...
New versions of the opus library contains many important improvements, however the users of this port is left behind now. Upgrading to libopus 1.2.1 would be nice.
Due to development needs, I need to get the bitrate of the opus file by C#. I can see the average bitrate by using opus-tools 0.2 (https://opus-codec.org/downloads/),but I can't get...
Dear Sir, I have am recording PCM 16 BIT audio using Android at Sample rate of 16000 . Now i have raw PCM Audio. For this case what should be...
fix/workaround for issue #23 there is no version 0.9 in the mvnrepository.
i tried the java examples with the provided files. The duration of the generated .opus file is 00:00. Anyone else got these problems?