Back out Bug 450717
[wine-gecko.git] / media / libfishsound / README
blob3a186e90de657479e1d1afc72236f60643f5d27d
1 FishSound, the sound of fish!
2 -----------------------------
4   Full documentation is available in doc/fishsound/html/index.html,
5   or online at http://www.annodex.net/software/libfishsound/html/
7   Updates are available online at the FishSound homepage:
8   http://www.annodex.net/software/libfishsound/
10 libfishsound provides a simple programming interface for decoding and
11 encoding audio data using Xiph.Org codecs (FLAC, Speex and Vorbis).
13 libfishsound by itself is designed to handle raw codec streams from a
14 lower level layer such as UDP datagrams. When these codecs are used in
15 files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex
16 and Ogg Vorbis files.
18 This source tarball
19 -------------------
21 FishSound has been developed and tested on GNU/Linux, Darwin/MacOSX
22 and MS Windows.  Installation uses the standard configure, make, make
23 install sequence; Full details are in the file INSTALL. Read the file
24 README.win32 for installing under MS Windows.
26   src/libfishsound/  the library source code.
27   src/examples/      example tools for programming with libfishsound.
29   include/           the libfishound include files that will be installed
30                      into the system include directory.
32   doc/               documentation for libfishsound. The subdirectory
33                      doc/libfishsound is autocreated by doxygen from
34                      comments contained in <fishsound/fishsound.h>
35   
36   win32/             files necessary to compile under MS Windows.