Difference between revisions of "Cdparanoia"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(blank logo in software infobox)
(Mac OS/X)
(6 intermediate revisions by 5 users not shown)
Line 22: Line 22:
  
 
Recently version 10.2 addresses serious CD-ROM drive cache modelling deficiencies that existed in earlier versions. In a nutshell, a sizable fraction of modern drives exhibit new and exciting readahead cache abuses/bugs of which older versions of cdparanoia were not fully aware. This means that skips and cracks could slip through the cache management strategy of older versions completely undetected. 10.2 fully addresses and models these new cache behaviors
 
Recently version 10.2 addresses serious CD-ROM drive cache modelling deficiencies that existed in earlier versions. In a nutshell, a sizable fraction of modern drives exhibit new and exciting readahead cache abuses/bugs of which older versions of cdparanoia were not fully aware. This means that skips and cracks could slip through the cache management strategy of older versions completely undetected. 10.2 fully addresses and models these new cache behaviors
 +
 +
Traditionally cdparanoia ran under GNU/Linux only although individuals have maintained side ports for other 'nix OS's. A port of this using [https://www.gnu.org/software/libcdio/ libcdio] was done in 2011. With this, cdparanoia runs on Linux and non-Linux OSes. Some additional paranoia bugs have been addressed in the libcdio port that aren't currently in cdparanoia.
  
 
==Status indicators==
 
==Status indicators==
The following smilies (from the cdparanoia manual) are use to to determine cdparanoia mode of operation and it's output from the command-line.  
+
The following smilies (from the cdparanoia manual) are use to to determine cdparanoia mode of operation and its output from the command-line.  
  
 
  :-)        Normal operation, low/no jitter
 
  :-)        Normal operation, low/no jitter
Line 41: Line 43:
 
=== Windows ===
 
=== Windows ===
 
* [[CDex]]
 
* [[CDex]]
* [[BonkEnc]]
+
* [[fre:ac]] (via the libcdio port)
  
 
=== Mac OS/X ===
 
=== Mac OS/X ===
Line 47: Line 49:
 
* [[XLD]] (custom port)
 
* [[XLD]] (custom port)
 
* [[FireStarter FX]] (for ripping)
 
* [[FireStarter FX]] (for ripping)
 +
* [[fre:ac]] (via the libcdio port)
  
 
=== Linux ===
 
=== Linux ===
 
* [[abcde]] (command-line based)
 
* [[abcde]] (command-line based)
 +
* [[fre:ac]]
 
* [[Grip]]  
 
* [[Grip]]  
 +
* [http://thomas.apestaart.org/morituri/trac morituri] - command line usage only, since apparently there is no GUI yet available
 
* [[Rubyripper]]  (custom port)
 
* [[Rubyripper]]  (custom port)
 
* [[X-CD-Roast]]  (for ripping)
 
* [[X-CD-Roast]]  (for ripping)
Line 56: Line 61:
 
* [http://cdrdao.sourceforge.net/ CDRDAO] (for ripping) the original disk-at-once burning tool for Linux/UNIX.
 
* [http://cdrdao.sourceforge.net/ CDRDAO] (for ripping) the original disk-at-once burning tool for Linux/UNIX.
 
* [http://www.icefox.net/programs/?program=KAudioCreator KAudioCreator]
 
* [http://www.icefox.net/programs/?program=KAudioCreator KAudioCreator]
* Many Linux CD rippers [http://freshmeat.net/search/?q=cdparanoia&section=projects depend on cdparanoia]
+
* some other Linux CD [https://www.xiph.org/paranoia/links.html rippers] also use Cdparanoia  <!-- [http://freshmeat.net/search/?q=cdparanoia&section=projects] -  this link was originally mentioned here but seem to be dead -->
  
 
==External links==
 
==External links==
 
* [http://xiph.org/paranoia/news.html cdparanoia homepage] official xiph.org page of the libparanoia tools.
 
* [http://xiph.org/paranoia/news.html cdparanoia homepage] official xiph.org page of the libparanoia tools.
 
* [http://www.xiph.org/paranoia/manual.html user manual] includes a description of using cdparanoia from the command-line.  
 
* [http://www.xiph.org/paranoia/manual.html user manual] includes a description of using cdparanoia from the command-line.  
* [http://www.hydrogenaudio.org/forums/index.phps=825cdeb56f369fafdfa9b16b48183415&showtopic=65873 cdparanoia 10.2] thread regarding latest stable release of cdparanoia.  
+
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65873 cdparanoia 10.2 thread] regarding latest stable release.  
  
 
[[Category:CD Rippers]]
 
[[Category:CD Rippers]]

Revision as of 13:12, 26 March 2017

cdparanoia III

fully featured CD ripping library
Developer(s) Christopher Montgomery
Release information
Initial release {{{released}}}
Stable release 10.2
Preview release 10.1
Compatibility
Operating system Windows, Mac OS/X, Linux/BSD
Additional information
Use Extraction Library API
License GPL
Website http://www.xiph.org/paranoia/

Introduction

cdparanoia is a bit different than most other CD-DA extration tools. It contains few-to-no extra features ("Too many features spoil the broth") , 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 using interpolation and padding sectors with silence or 0 bytes.

cdparanoia is more or less the only secure ripper available for the Linux operating system and works best on drives that have the Accurate Stream feature and do not cache audio data.

Revisions

There have been series of bugfixes to cdparanoia, which date back to 9.8 release in 2001. Many of them include, pre-gap detection, buffering patches, kernel interface changes (CD-ROM routines), and support for SG_IO (application/SCSI commands). These were done in preperation for the stable 10.2 release. This is the last release before cdparanoia IV, which will not be backwards compatible with any of the previous versions.

Recently version 10.2 addresses serious CD-ROM drive cache modelling deficiencies that existed in earlier versions. In a nutshell, a sizable fraction of modern drives exhibit new and exciting readahead cache abuses/bugs of which older versions of cdparanoia were not fully aware. This means that skips and cracks could slip through the cache management strategy of older versions completely undetected. 10.2 fully addresses and models these new cache behaviors

Traditionally cdparanoia ran under GNU/Linux only although individuals have maintained side ports for other 'nix OS's. A port of this using libcdio was done in 2011. With this, cdparanoia runs on Linux and non-Linux OSes. Some additional paranoia bugs have been addressed in the libcdio port that aren't currently in cdparanoia.

Status indicators

The following smilies (from the cdparanoia manual) are use to to determine cdparanoia mode of operation and its output from the command-line.

:-)        Normal operation, low/no jitter
:-|        Normal operation, considerable jitter
:-/        Read drift
:-P        Unreported loss of streaming in atomic read operation
8-|        Finding read problems at same point during re-read; hard to correct
:-0        SCSI/ATAPI transport error
:-(        Scratch detected
;-(        Gave up trying to perform a correction
8-X        Aborted read due to known, uncorrectable error
:^D        Finished extracting

CD Ripping software

This is a list of Digital Audio Extraction tools, which use libparanoia by platform:

Windows

Mac OS/X

Linux

  • abcde (command-line based)
  • fre:ac
  • Grip
  • morituri - command line usage only, since apparently there is no GUI yet available
  • Rubyripper (custom port)
  • X-CD-Roast (for ripping)
  • ripperX an X front end for cdparanoia and the 8Hz-mp3 MPEG encoder. Supports Ogg Vorbis, FLAC, and MP3 encoding.
  • CDRDAO (for ripping) the original disk-at-once burning tool for Linux/UNIX.
  • KAudioCreator
  • some other Linux CD rippers also use Cdparanoia

External links