Tweak audio/libao version 1.2.0_3
[dports.git] / audio / libaiff / pkg-descr
1 LibAiff is a library for C applications, providing transparent read and
2 write operations for Audio Interchange File Format files.
3
4 With LibAiff your application can easily use the Audio IFF format to
5 interchange digital audio.
6
7 LibAiff wants to implement all the features of the AIFF 1.3 standard,
8 including markers, comments, etc.
9
10 This version of LibAiff supports the following features:
11
12     * Reading any valid Audio IFF file.
13     * Writing a valid Audio IFF file.
14     * Reading a compressed AIFF Compressed (AIFC) file with audio encoded
15       in Linear PCM, both big-endian and little-endian.
16     * Read & write samples in all formats supported by the Audio IFF standard.
17     * Convert any sample format to and from 32 bits.
18     * Getting and setting all the AIFF Attributes.
19     * Reading and writing markers to positions on the sound.
20     * Reading instrument data from AIFF files.
21
22 WWW: http://aifftools.sourceforge.net/libaiff/