audiofile icon indicating copy to clipboard operation
audiofile copied to clipboard

Audio File Library

Results 48 audiofile issues
Sort by recently updated
recently updated
newest added

http://blogs.gentoo.org/ago/2017/02/20/audiofile-heap-based-buffer-overflow-in-ulaw2linear_buf-g711-cpp/

http://blogs.gentoo.org/ago/2017/02/20/audiofile-divide-by-zero-in-blockcodecreset1-blockcodec-cpp/

http://blogs.gentoo.org/ago/2017/02/20/audiofile-multiple-ubsan-crashes/

When there's an unsupported number of bits per sample or an invalid number of samples per block, don't only print an error message using the error handler, but actually stop...

This fixes #33 (also reported at https://bugzilla.opensuse.org/show_bug.cgi?id=1026981 and https://blogs.gentoo.org/ago/2017/02/20/audiofile-global-buffer-overflow-in-decodesample-ima-cpp/)

The new gcc errors out on undefined behavior.

A feature that would help GUI program would be: define a file format named AF_FILE_AUTODETECT or something like that. If that is used, afOpenFile(), if used to create a new...

Having trouble to configure/build on Ubuntu 12 First pass just doing autoconf... reports missing files. Ran autoconf --add-missng but still cant get configure to run. config.status: error: cannot find input...

A user reported that [my application which uses audiofile](https://github.com/teragonaudio/MrsWatson) sometimes throws this message when writing WAVE files to disk: ``` Audio File Library: file missing data -- read 49 frames,...

Hi, I use audiofile with MPD and have one minor issue, really appreciate your help and the work you've done. WAV and AIFF both allow arbitrary chunks to be created...