opusfile icon indicating copy to clipboard operation
opusfile copied to clipboard

Stand-alone decoder library for .opus streams

Results 28 opusfile issues
Sort by recently updated
recently updated
newest added

In [SDL_mixer](https://github.com/libsdl-org/SDL_mixer), we submodule'd opus and opusfile through our forks and attempted cmake build relying on the submodules. Issues we had: - The git tree, obviously, is missing a `package_version`...

configure_pkg_config_file helper function copied from the ogg repository. The generated .pc files have two differences (presumably minor) compared to autotools: * Paths: Autotools outputs `exec_prefix=${prefix}`, `libdir=${exec_prefix}/lib`, etc. while the CMake...

Compiling under Clang 13 with -Wextra resulted in the following warning: ``` src/http.c:3470:31: warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction] request=va_arg(_ap,char *)-(char *)NULL; ``` It...

This is useful when building opusfile as a subproject.

This problem cropped up when I was trying to enable CFI-icall with Opusfile as a dependency. CFI indirect function call sanitization checks that function signatures at runtime match those that...

I have a use case where I am reading many opus files which need to be at a sample rate other than 48k. Currently I'm using opusfile to read at...

Add basic builds on Ubuntu and macOS hosts for Github's CI automation. Each builds with either GNU Autotools or the plain Makefile, and then builds the documentation. Based on similar...

Dear Sir/Madam, The function op_open_file from opusfile version 0.12 fails to open the Opus files whose mapping family is 255 and the files with more than 8 channels (where mapping...

#21 opusfile documentation is STILL not regenerated HTML and PDF version of the documentation remain mostly empty. Can you please fix it? Not everyone wants to compile documentation just to...

I always wondered why there is no support in the lib for getting individual opus packets from the ".opus" file itself. It would be very helpful for VOIP/webrtc - eg:...