A uniform programming interface to standard digital audio file formats http://www.68k.org/~michael/audiofile
Go to file
2024-01-06 03:49:58 +01:00
libaudiofile-0.2.6-m4_underquoted_warning.patch automatic version update by autodist [release 0.3.6-1mamba;Fri Mar 08 2013] 2024-01-06 03:49:57 +01:00
libaudiofile-0.3.6-Actually-fail-when-error-occurs-in-parseFormat.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-Always-check-the-number-of-coefficients.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-Check-for-division-by-zero-in-BlockCodec-runPull.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-Check-for-multiplication-overflow-in-MSADPCM-decodeSam.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-Check-for-multiplication-overflow-in-sfconvert.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-clamp-index-values-to-fix-index-overflow-in-IMA.cpp.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-CVE-2015-7747.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-CVE-2018-13440.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-CVE-2018-17095.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-Fix-signature-of-multiplyCheckOverflow.-It-returns-a-b.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-gcc6.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile-0.3.6-hurd.patch rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
libaudiofile.spec rebuilt with debug package, -tools subpackage and patches from arch linux [release 0.3.6-2mamba;Sat Dec 12 2020] 2024-01-06 03:49:58 +01:00
README.md automatic version update by autodist [release 0.3.6-1mamba;Fri Mar 08 2013] 2024-01-06 03:49:57 +01:00

libaudiofile

The Silicon Graphics Audio File Library provides a uniform programming interface to standard digital audio file formats. Currently supported sound file formats include AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, and Berkeley/IRCAM/CARL. Supported compression formats are currently G.711 mu-law and A-law and IMA and MS ADPCM. Key goals of the Audio File Library are file format transparency and data format transparency. The same calls for opening a file, accessing and manipulating audio metadata (e.g., sample rate, sample format, textual information, MIDI parameters), and reading/writing sample data will work with any supported audio file format. Likewise, the format of the audio data presented to the application need not be tied to the format of the data contained in the file.