vorbis icon indicating copy to clipboard operation
vorbis copied to clipboard

Reference implementation of the Ogg Vorbis audio format.

Results 40 vorbis issues
Sort by recently updated
recently updated
newest added

hi, I just want to test this repo so i attach ASAN during the compile phase. When i run `./vorbis_test` the ASAN detected memory leaks, is it a bug ?...

they aren't needed and caused import lib generation failures with cmake. c.f.: https://github.com/xiph/vorbis/pull/74

In the section 8.6.1 of the Vorbis I specification it is mentioned how to read the `residue_begin` and `residue_end` for a residue configuration in the setup header. However, as far...

I'm not sure if this is the correct place to put this, but I was wondering if there are plans to extend the [list of standard field names](https://xiph.org/vorbis/doc/v-comment.html#fieldnames) in the...

This matches the behaviour on other platforms, as well as the behaviour with MinGW autotools builds, and reduces the size of the resulting DLL significantly. This replaces PR #64. TODO:...

in casting used in your code, first the result of division is converted to an integer type, with the loss of the fractional part, and then the integer is converted...

How can I use vorbis to encode/decode pcm stream directly.It means do not contain packet head,

Using CMake you get Makefile.* in target docs directory Tested on FreeBSD 13 vorbis master branch, commit 4e1155cc77a2c672f3dd18f9a32dbf1404693289

I have a build environment on Linux cross-compiling for macOS. I have built and installed Ogg. I have checked out `tags/v1.3.7` from a clean git clone of `https://github.com/xiph/vorbis.git`. I have...