# # Audio file library. # # The Audio File Library is a C-based library for reading and writing # audio files in many common formats. # # The Audio File Library provides a uniform API which abstracts away # details of file formats and data formats. The same calls for opening # a file, accessing and manipulating audio metadata (e.g. sample rate, # sample format, textual information, MIDI parameters), and reading and # writing sample data will work with any supported audio file format. # # The Audio File Library lets you work with audio data in whatever # format is most convenient for you. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=audiofile pkgversion=0.3.6 arch=amd64 release=1 pkgcategory="libs" full_pkgname=audiofile_0.3.6_amd64-1@libs blurb="Audio file library." homepage="https://audiofile.68k.org" license="LGPLv2.1, GPLv2+" fetch="https://audiofile.68k.org/audiofile-0.3.6.tar.gz" replace=""