diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-12-21 17:08:22 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-12-21 17:08:22 +0000 |
commit | 28fb309c4b666d2aa68ca32d5022b509c569e6d0 (patch) | |
tree | 6f42e82de4dcadf53e23c307ef8740efd09967f6 /audio/cdparanoia | |
parent | b67d47fcc4bd8d031b5afb5dccdee959d29b83a5 (diff) | |
download | ports-28fb309c4b666d2aa68ca32d5022b509c569e6d0.tar.gz ports-28fb309c4b666d2aa68ca32d5022b509c569e6d0.zip |
Notes
Diffstat (limited to 'audio/cdparanoia')
-rw-r--r-- | audio/cdparanoia/pkg-descr | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/audio/cdparanoia/pkg-descr b/audio/cdparanoia/pkg-descr index 042ddc5433e7..e8b51b0a9f68 100644 --- a/audio/cdparanoia/pkg-descr +++ b/audio/cdparanoia/pkg-descr @@ -1,13 +1,22 @@ -Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, -commonly known on the net as a 'ripper'. -Cdparanoia is a bit different than most other CDDA extraction tools. It -contains few-to-no 'extra' features, concentrating only on the ripping -process and knowing as much as possible about the hardware performing -it. Cdparanoia will read correct, rock-solid audio data from inexpensive -drives prone to misalignment, frame jitter and loss of streaming during -atomic reads. Cdparanoia will also read and repair data from CDs that -have been damaged in some way. +Cdparanoia is a Compact Disc Digital Audio (CDDA) Digital Audio Extraction +(DAE) tool, commonly known on the net as a 'ripper'. The application is +built on top of the Paranoia library, which is doing the real work (the +Paranoia source is included in the cdparanoia source distribution). +Cdparanoia reads audio from the CDROM directly as data, with no analog step +between, and writes the data to a file or pipe in WAV, AIFC, or raw 16 bit +linear PCM. -WWW: http://www.xiph.org/paranoia/ +Cdparanoia is a bit different than most other CDDA extraction tools. It +contains few-to-no 'extra' features, concentrating only on the ripping +process and knowing as much as possible about the hardware performing it. +Cdparanoia will read correct, rock-solid audio data from inexpensive drives +prone to misalignment, frame jitter, and loss of streaming during atomic +reads. Cdparanoia will also read and repair data from CDs that have been +damaged in some way. + +Cdparanoia is easy to use and administrate. It has no compile time +configuration, happily autodetecting the CDROM, its type, its interface and +other aspects of the ripping process at runtime. A single binary can serve +the diverse hardware of the do-it-yourself computer laboratory from Hell. -- Simon 'corecode' Schubert +WWW: http://www.xiph.org/paranoia/ |