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

CMake builds previously defined both `OPUS_ARM_MAY_HAVE_NEON` and `OPUS_ARM_MAY_HAVE_NEON_INTR` despite the fact that only the intrinsics-based functions are supported.

I use opus a lot for audiobooks storing at 32 kbit/s. At the beginning I used `opusenc --bitrate 32 --framesize 60` to save a few bits extra. Then I've read...

Object audio is an emerging immersive format, which is especially interesting for content creators. An audio object consists of 1) audio wave stem (typically mono), and 2) associated object metadata....

The default branch for the Opus repository has changed from "master" to "main". It is more than merely a name change, as main points to what used to be the...

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.36 to 3.1.41. Release notes Sourced from gitpython's releases. 3.1.41 - fix Windows security issue The details about the Windows security issue can be found in this...

dependencies

hi, I have tested neural plc using different nn model. opus-ng deep plc seems to have a worse plc audio quality than opus lpcnet plc. How can I increase the...

Hi, I have noticed that opus_compare is not a reflexive function. That is, the result of opus_compare is dependent on the order of the arguments. Is this expected? ``` $...

If, by mistake, one supplies the input file name also as the output file name, opusenc destroys the input file: opusenc x.flac x.flac results in a corrupted x.flac. opus-tools-0.2-11.fc38.x86_64

I'm experimenting with portable binaries for encoding. For that I built a static version opusenc with musl-gcc. The problem is that for encoding the same 3-hour file, the glibc-version is...

wget https://github.com/xiph/opus/archive/refs/tags/v1.4.tar.gz -O opus_v1.4.tar.gz if i download the source like this, the "update_version" script is not included. then the version shows as "unknown"