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

I always appreciate your work for the Opus codec. In these days, I try to decode a .opus file with packet loss and to turn on and off the PLC...

Not sure if it's a "me" problem but Opus isn't building for me on Ubuntu 24.04. I've cloned the GitHub repo and followed the installation instructions (running `sudo apt install...

Opus 1.5.2 Buils is failing with gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18). g++ 8.5.0 not compatible with AVX2 interensic. ---------------------------------------- ../silk/x86/NSQ_del_dec_avx2.c: In function 'silk_nsq_del_dec_scale_states_avx2': ../silk/x86/NSQ_del_dec_avx2.c:959:43: warning: implicit declaration of...

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies

1. Run command ``` ./opus_demo -d 16000 1 test.opus test.pcm ``` 2. error log libopus 1.5.2 Decoding with 16000 Hz output (1 channels) Error: Range coder state mismatch between encoder...

When trying to test `opus_demo` with both `USE_WEIGHTS_FILE` and `ENABLE_LOSSGEN`, it does not work. The "loss generator" data is invalid and therefore does not apply the loss. This PR adds...

We build opus from git source and we'd like to not switch to tarballs or download the model tarball. Given the [recent xz situation](https://tukaani.org/xz-backdoor/) downloading tarballs with no trace on...

Compiling the project with the following in a CMakeLists.txt: ``` set(OPUS_BUILD_TESTING OFF CACHE INTERNAL "") set(OPUS_BUILD_PROGRAMS OFF CACHE INTERNAL "") # Machine learning features are available only for amr64 (on...

I'm attempting to consume opus as a git submodule from an official tag, and build a Godot extension cross-compiling for Windows, Linux, and Android. The current CMakeLists.txt targets cmake 3.1...

Just tried building v1.5.2 on macOS 13.6.6 (Xcode 14.2) and it seemed to build fine. Just got the following warnings: ```logs CC dnn/freq.lo silk/x86/NSQ_del_dec_avx2.c:961:26: warning: cast from 'opus_int32 *' (aka...