Difference between revisions of "CDex"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (General guides)
m
Line 12: Line 12:
 
}}
 
}}
  
=Introduction=
+
= Introduction =
 
+
 
CDex is entirely open source, as per the GPL Terms. It can extract the data directly (digital) from an Audio CD, which is generally called a CD Ripper or a CDDA utility. The resulting audio file can be a plain WAV file (useful for making compilation audio CDs) or the ripped audio data can be compressed using an audio encoder. Many encoders are supported:
 
CDex is entirely open source, as per the GPL Terms. It can extract the data directly (digital) from an Audio CD, which is generally called a CD Ripper or a CDDA utility. The resulting audio file can be a plain WAV file (useful for making compilation audio CDs) or the ripped audio data can be compressed using an audio encoder. Many encoders are supported:
  
==Features==  
+
== Features ==
 
+
 
* Easy to use interface
 
* Easy to use interface
 
* Media File Player
 
* Media File Player
Line 23: Line 21:
 
* Advanced jitter correction
 
* Advanced jitter correction
 
* Supports the [[cdparanoia]] software extraction libraries
 
* Supports the [[cdparanoia]] software extraction libraries
* Support for many file formats/audio encoders (WAV, [[MP3]], [[Ogg_Vorbis|Ogg Vorbis]], [[FLAC]], AAC, [[Monkey%27s_Audio|APE]], etc)
+
* Support for many file formats/audio encoders ([[WAV]], [[MP3]], (Ogg) [[Vorbis]], [[Free Lossless Audio Codec|FLAC]], [[Advanced Audio Coding|AAC]], [[Monkey%27s_Audio|APE]], etc.)
 
* Support for ID3 V.1 and V.2 tags
 
* Support for ID3 V.1 and V.2 tags
 
* Support for normalization of audio files
 
* Support for normalization of audio files
 
* Support for transcoding of compressed audio files
 
* Support for transcoding of compressed audio files
* Support for CUE sheets (limited)
+
* Support for [[Cuesheet]]s (limited)
 
* Support for libmusicbrainz tagging
 
* Support for libmusicbrainz tagging
 
* Support for freeCDDB
 
* Support for freeCDDB
Line 33: Line 31:
 
* Support for on the fly encoding
 
* Support for on the fly encoding
  
==Screenshots==  
+
== Screenshots ==
* [http://cdexos.sourceforge.net/screenshot1.html Main window] this is a screenshot of CDex main application window.  
+
* [http://cdexos.sourceforge.net/screenshot1.html Main window] this is a screenshot of CDex main application window.
* [http://cdexos.sourceforge.net/screenshot2.html CD-ROM window] this is a screenshot of the CDex CD-ROM configuration settings.  
+
* [http://cdexos.sourceforge.net/screenshot2.html CD-ROM window] this is a screenshot of the CDex CD-ROM configuration settings.
  
==Known Bugs==  
+
== Known Bugs ==  
 
* Intermediate problems with the Win2K and WinXP ASPI layer drivers. It is recommended that you install [http://cdexos.sourceforge.net/download/nt_wnaspi32.zip wnaspi32] drivers if you are having problems running CDex.
 
* Intermediate problems with the Win2K and WinXP ASPI layer drivers. It is recommended that you install [http://cdexos.sourceforge.net/download/nt_wnaspi32.zip wnaspi32] drivers if you are having problems running CDex.
  
==CDex Guides==
+
== CDex Guides ==
These are some guides to get setup and running with CDex.  
+
These are some guides to get setup and running with CDex.
=== General guides ===
+
* [[CDex_Drive_Configuration|CDex Drive Configuration]]
+
 
+
=== Compression guides ===
+
* [[CDex_and_Flac|CDex and FLAC]]
+
  
=Development API=  
+
=== General guides ===
 +
* [[CDex Drive Configuration]]
  
==Getting Involved==  
+
=== Compression guides ===
In order to boost the development of CDex, Albert L. Faber is looking for developers who are willing to help improve the CDex open source project (like improving the ripping library, make it run on Linux or Mac OS/X etc). If you are interested, please send him an e-mail with a short description with your skills and what you would like to work on, including small contributions, etc.
+
* [[CDex and FLAC]]
  
==External links==
+
= Development API =
 +
== Getting Involved ==
 +
In order to boost the development of CDex, Albert L. Faber is looking for developers who are willing to help improve the CDex open source project (like improving the ripping library, make it run on Linux or Mac OS/X etc). If you are interested, please send him an e-mail with a short description with your skills and what you would like to work on, including small contributions, etc.
  
 +
== External links ==
 
* [http://cdexos.sourceforge.net/index.html CDex official website]
 
* [http://cdexos.sourceforge.net/index.html CDex official website]
 
* [[EAC_Vs_CDex_SecureMode | CDex full paranoia versus EAC secure mode]] (by Pio2001)
 
* [[EAC_Vs_CDex_SecureMode | CDex full paranoia versus EAC secure mode]] (by Pio2001)

Revision as of 15:30, 14 June 2007

CDex
{{{logo}}}
Cdex-screenshot.PNG
Easy to use GUI ripper
Developer(s) Albert L. Faber
Release information
Initial release {{{released}}}
Stable release 1.50
Preview release 1.70b2
Compatibility
Operating system Windows, Linux/BSD (Wine Emulation)
Additional information
Use Digital Audio Extraction
License GPL
Website http://cdexos.sourceforge.net/

Introduction

CDex is entirely open source, as per the GPL Terms. It can extract the data directly (digital) from an Audio CD, which is generally called a CD Ripper or a CDDA utility. The resulting audio file can be a plain WAV file (useful for making compilation audio CDs) or the ripped audio data can be compressed using an audio encoder. Many encoders are supported:

Features

  • Easy to use interface
  • Media File Player
  • Create PLS and M3U playlist files
  • Advanced jitter correction
  • Supports the cdparanoia software extraction libraries
  • Support for many file formats/audio encoders (WAV, MP3, (Ogg) Vorbis, FLAC, AAC, APE, etc.)
  • Support for ID3 V.1 and V.2 tags
  • Support for normalization of audio files
  • Support for transcoding of compressed audio files
  • Support for Cuesheets (limited)
  • Support for libmusicbrainz tagging
  • Support for freeCDDB
  • Support for recording from the analog input line
  • Support for on the fly encoding

Screenshots

  • Main window this is a screenshot of CDex main application window.
  • CD-ROM window this is a screenshot of the CDex CD-ROM configuration settings.

Known Bugs

  • Intermediate problems with the Win2K and WinXP ASPI layer drivers. It is recommended that you install wnaspi32 drivers if you are having problems running CDex.

CDex Guides

These are some guides to get setup and running with CDex.

General guides

Compression guides

Development API

Getting Involved

In order to boost the development of CDex, Albert L. Faber is looking for developers who are willing to help improve the CDex open source project (like improving the ripping library, make it run on Linux or Mac OS/X etc). If you are interested, please send him an e-mail with a short description with your skills and what you would like to work on, including small contributions, etc.

External links