%general-entities; ]> $LastChangedBy$ $Date$ libcdio-&libcdio-version; libcdio Introduction to libcdio The libcdio is a library for CD-ROM and CD image access. The associated libcdio-cdparanoia library reads audio from the CD-ROM directly as data, with no analog step between, and writes the data to a file or pipe as .wav, .aifc or as raw 16 bit linear PCM. &lfs81_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libcdio-md5sum; Download size: &libcdio-size; Estimated disk space required: &libcdio-buildsize; Estimated build time: &libcdio-time; Additional Downloads Required file: libcdio Dependencies Optional User Notes: Installation of libcdio Install libcdio by running the following commands: ./configure --prefix=/usr --disable-static && make To test the results, issue: make check. Now, as the root user: make install Now install libcdio-paranoia: tar -xf ../&libcdio-paranoia;.tar.gz && cd &libcdio-paranoia; && ./configure --prefix=/usr --disable-static && make To test the results, issue: make check. Now, as the root user: make install Contents Installed Programs Installed Library Installed Directories cdda-player, cd-drive, cd-info, cd-paranoia, cd-read, iso-info, iso-read, and mmc-tool libcdio.so, libcdio++.so, libcdio_cdda, libcdio_paranoia, libiso9660, libiso9660++, and libudf.so /usr/include/cdio and /usr/include/cdio++ Short Descriptions cd-drive shows CD-ROM drive characteristics cd-drive cd-info shows information about a CD or CD-image cd-info cd-paranoia is an audio CD reading utility which includes extra data verification features cd-paranoia cd-read reads Information from a CD or CD-image cd-read cdda-player is a simple curses CD player cdda-player iso-info shows Information about an ISO 9660 image iso-info iso-read reads portions of an ISO 9660 image iso-read mmc-tool issues libcdio multimedia commands mmc-tool libcdio.so contains the primary cdio API functions libcdio.so