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

Currently, if input/output paths for **opusenc** are too long or Windows, **opusenc** is not able to find the file reporting error: > No such file or directory This seems to...

I'm running into an issue where a very low volume (pretty much inaudible) tone present in the background is being amplified and distorted into a loud screech. The tone in...

When decoding 48000 samples of DRED (1 second) needed_feature_frames happens to be **102**. ``` int opus_decode_native(OpusDecoder *st, const unsigned char *data, opus_int32 len, opus_val16 *pcm, int frame_size, int decode_fec, int...

### Environment Opus 1.4 (commit: 82ac57d9f1aa) OS: Win/MacOS ### Repro steps I have very simple encoder as below, I try to encode 128 channels where I have sine wave on...

https://github.com/xiph/opus/blob/main/celt/arm/armcpu.c : opus_select_arch_impl() expects all feature bit to be set in sequential order : OPUS_ARCH_ARM_EDSP -> OPUS_ARCH_ARM_MEDIA -> OPUS_ARCH_ARM_NEON -> OPUS_ARCH_ARM_DOTPROD . and for Windows on ARM platforms, only NEON...

only GNU tar recognizes compressed file automatically. please do not forget "-z" option with tar when handling .tar.gz file, for portability.

# Background and motivation While preparing initial patches for RISC-V support (as mentioned in #368), I noticed that overriding function implementations requires a lot of manual copy-pasting, leading to code...

Update the build scripts to optionally allow curl instead of wget.

Although being explicitly mentioned in the opus_decoder group in documentation (like this https://opus-codec.org/docs/opus_api-1.5/group__opus__decoder.html#details), the actual functions documentation (`@returns` annotations) for `opus_decode()` and `opus_decode_float()` do not specify if the returned value...

This commit fixes AVX2 compiler support detection code in configure.ac.