opus icon indicating copy to clipboard operation
opus copied to clipboard

Modern audio compression for the internet.

Results 172 opus issues
Sort by recently updated
recently updated
newest added

… (which is using NARROWBAND) - Implement OPUS_SET_MIN_BANDWIDTH to OPUS_BANDWIDTH_WIDEBAND to allow configuration of minInternalSampleRate in Silk mode during encoding. - This enables additional options for decoding, supporting both LACE...

I'm trying to compile fargan_demo, but without success. Any instructions on how to build its code?

Hi, As a nice-to-have, you could add cd %~dp0 to autogen.bat so this will garantee that the script runs in current folder, such as: @echo off cd %~dp0 REM Run...

Hi, There is no option to set OPUS_DEEP_PLC, and add_sources_group(opus lpcnet ${deep_plc_headers} ${deep_plc_sources}) is defined twice: if (OPUS_DEEP_PLC OR OPUS_DRED OR OPUS_OSCE) add_sources_group(opus lpcnet ${deep_plc_headers} ${deep_plc_sources}) set(OPUS_DNN TRUE) else() set(OPUS_DNN...

Provide official & up to date builds on release, to make it easy for people and package managers like Scoop ( ) and Chocolatey ( ) to stay up to...

raphy@raohy:~$ sudo apt-get reinstall git autoconf automake libtool gcc make raphy@raohy:~$ git clone --recurse-submodules https://gitlab.xiph.org/xiph/opus.git `autogen.sh` : raphy@raohy:~/opus$ ./autogen.sh Downloading latest model --2025-01-10 17:00:51-- https://media.xiph.org/opus/models/opus_data-160753e983198f29f1aae67c54caa0e30bd90f1ce916a52f15bdad2df8e35e58.tar.gz Resolving media.xiph.org (media.xiph.org)... 2607:5300:203:2965::, 54.39.18.101...

opusdec seems to write wav files that exceed the limits of wav/RIFF without any notification or warning. The resulting files appear to contain all the audio data, but anything that...

for encoder i set OPUS_SET_DRED_DURATION to 100, while decoding stream , i set dred_input with loss frames , but the return value of opus_dred_parse sometimes smaller than dred_input , sometimes...

This stack trace looks strange. ``` Crashed:AURemoteIO::IOThread SIGABRT ABORT 0x00000001d42e51d4 0 libsystem_kernel.dylib __pthread_kill + 8 1 libsystem_pthread.dylib pthread_kill + 268 2 libsystem_c.dylib abort + 128 3 TestApp comb_filter + 648012...

I tried to use the DRED of opus 1.5 in my real-time intercom software, and used the way in the demo to simulate the packet loss. I observed the log...