libcdaudio (original) (raw)
libcdaudio
libcdaudio is a portable library for controlling audio CDs. It is also able to manage transfers of information with the CDDB (http://www.freedb.org/) and CDIndex systems.
It needs some major work however, as it suffers from security issues (e.g. http://seclists.org/bugtraq/2005/Apr/0130.html).
It has been tested on these platforms:
- GNU/Linux 1.2, 2.0, 2.1, 2.2, 2.4, 2.6
- FreeBSD 3.2, 3.3, 4.0
- Solaris 2.3, 2.4, 2.5, 2.6
- OpenBSD 2.3
- Irix
- BeOS
- GNU/Linux on XBox
It should work on these platforms:
- OpenBSD
- NetBSD
- OSF/1
See also libcddb, which is another library dealing with the CDDB protocol.
See also libcdio, which is another library dealing with CD access.
Note: I do not knowlibcdaudio well. I have mainly worked on cdcd instead, several years ago.
cdcd
cdcd is a command-driven cd player; it uses the facilities provided by libcdaudio and can be called just once to do one particular action (for example,$ cdcd play Lazarus 2:14 will play a song containing "lazarus" in its name, starting at position 2 minutes 14 seconds), or as a command interpreter (i.e. you will have a cdcd> prompt).
Requirements: cdcd needs libcdaudio and the GNU Readline library, version 4.2 or higher.
The libcdaudio/cdcd project
Download the latest version of libcdaudio orcdcd from SourceForge.
You may want to look at the SourceForge Project page .
Notes for programmers
If you want to program something usinglibcdaudio, here are some recommendations:
libcdaudio can access to CDDB databases. However, the CDDB protocol is, in my humble opinion, quite badly designed. More importantly, the original CDDB data is controlled by Gracenote, which now tries to make profit out of it and threatens FreeDB, a free alternative to Gracenote's database.
That is why I recommend the use of other libraries such as MusicBrainz (http://www.musicbrainz.org/).
Fabrice Bauzac - noon at users dot sourceforge dot net
Last modified: Sat Aug 25 2007