This file is indexed.

/usr/share/doc/libaudiofile1/NOTES is in libaudiofile1 0.3.4-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Audio File Library 0.3.4
Development Notes
Michael Pruett <michael@68k.org>

----

Large file support is now enabled by default on all systems.  This change
has no effect on systems where off_t is always 64 bits (e.g. IRIX,
FreeBSD, NetBSD, OpenBSD, Mac OS X).

The Audio File Library supports CCITT G.711 mu-law and A-law as well
as IMA and MS ADPCM.  Many compressed data formats are not supported.
This is currently the most important issue to address.

Error handling is at the present quite robust, but more work can always
be done in this area.

SGI's Audio File Library on IRIX implements the following formats which
this version of the library does not:

	MPEG1 audio bitstream
	Sound Designer II
	SoundFont2

I plan to implement some of these as time permits.  Sound Designer
II is out of the question because of its dependency upon Macintosh
resource forks.  Handling these files on Unix systems is simply not
worth the effort.

----

This version of the Audio File Library has been tested under the
following operating environments:

	i686-pc-linux-gnu / Ubuntu 11.10 (gcc 4.6.1)
	x86_64-pc-linux-gnu / Ubuntu 11.10 (gcc 4.6.1)
	x86_64-pc-linux-gnu / Ubuntu 11.10 (clang 2.9)
	i386-pc-freebsd9.0 / FreeBSD 9.0 (gcc 4.2.1)
	i386-apple-darwin10.8.0 / Mac OS X 10.6.8 (gcc 4.2.1)
	x86_64-apple-darwin10.8.0 / Mac OS X 10.6.8 (gcc 4.2.1)