Blame example/README

Packit cb6d3d
This directory contains some simple examples of the use of the
Packit cb6d3d
libcdio-paranoia library.
Packit cb6d3d
Packit cb6d3d
One might also possibly find useful C code among the regression tests
Packit cb6d3d
(directory test), e.g. testcdparanoia.c.
Packit cb6d3d
Packit cb6d3d
In some cases you may have to make small changes to compile these
Packit cb6d3d
programs. 
Packit cb6d3d
Packit cb6d3d
Descriptions of the programs in this example directory are as
Packit cb6d3d
follows...
Packit cb6d3d
Packit cb6d3d
paranoia:    A program to show using CD-DA paranoia (a library for jitter
Packit cb6d3d
	     detection and audio-read error correction). This program uses
Packit cb6d3d
	     an interface compatible (mostly) with cdparanoia. It looks for
Packit cb6d3d
	     a CD-ROM with an audio CD in it and rips up to the first 300 
Packit cb6d3d
             sectors of track 1 to file track01s.wav.
Packit cb6d3d
Packit cb6d3d
paranoia2:   Another program to show using CD-DA paranoia using a more
Packit cb6d3d
	     libcdio-oriented initialization. Probably more suited to
Packit cb6d3d
	     things that otherwise use libcdio such as media players 
Packit cb6d3d
	     (e.g. for getting CDDB or CD-Text info)