Difference between revisions of "XLD"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Updating the release version.)
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Infobox Software
 
{{Infobox Software
 
| name = XLD
 
| name = XLD
 +
| logo =
 
| screenshot = [[image:Screenshot2.jpg|250px]]   
 
| screenshot = [[image:Screenshot2.jpg|250px]]   
 
| caption = A secure ripper featuring AccurateRip for Mac OS/X  
 
| caption = A secure ripper featuring AccurateRip for Mac OS/X  
 
| maintainer = tmkk
 
| maintainer = tmkk
| stable_release = 20090320
+
| stable_release = 20210101
 +
| preview_release =
 
| operating_system = Mac OS X
 
| operating_system = Mac OS X
 
| use = Digital Audio Extraction
 
| use = Digital Audio Extraction
 
| license = GPL  
 
| license = GPL  
| website = [http://tmkk.hp.infoseek.co.jp/xld/index_e.html XLD website]
+
| website = [http://tmkk.pv.land.to/xld/index_e.html XLD website]
 
}}
 
}}
  
  
 
=Introduction=
 
=Introduction=
X Lossless Decoder(XLD) is a tool for Mac OS X that is able to decode/convert/play various 'lossless' audio files. The supported audio files can be split into some tracks with cue sheet when decoding. It works on Mac OS X 10.3 and later.  
+
X Lossless Decoder (XLD) is a secure CD ripper and a tool for Mac OS X that is able to decode/convert/play most lossless and lossy audio files. The supported audio files can be encoded/decoded and split into tracks with cue sheet. It works on Mac OS X 10.3 and later.  
  
 
XLD is Universal Binary, so it runs natively on both Intel Macs and PPC Macs.
 
XLD is Universal Binary, so it runs natively on both Intel Macs and PPC Macs.
Line 26: Line 28:
 
* Apple Lossless (.m4a) [10.4 and later]  
 
* Apple Lossless (.m4a) [10.4 and later]  
 
* AIFF, WAV, etc  
 
* AIFF, WAV, etc  
* CUE Sheet generation  
+
* LAME MP3, QuickTime AAC, HE-AAC, and Opus.
 +
* DDP image import
 +
* CUE Sheet generation
 
* [[AccurateRip]] technology  
 
* [[AccurateRip]] technology  
  
Line 34: Line 38:
 
Currently you can choose output format from WAVE,AIFF and Raw PCM. In addition, you can choose Ogg Vorbis (aoTuV), MPEG-4 AAC (QuickTime/CoreAudio), MP3 (LAME), Apple Lossless, FLAC, HE-AAC (aacPlus v1/v2), Wave64 and WavPackin the GUI version.  
 
Currently you can choose output format from WAVE,AIFF and Raw PCM. In addition, you can choose Ogg Vorbis (aoTuV), MPEG-4 AAC (QuickTime/CoreAudio), MP3 (LAME), Apple Lossless, FLAC, HE-AAC (aacPlus v1/v2), Wave64 and WavPackin the GUI version.  
  
XLD version '''20080812''' and later can be used as a CD ripper. You can convert each track in your audio CD into the desired format. Also XLD supports output a CD image with cue sheet (wav+cue, flac+cue, etc).
+
XLD version '''20080812''' and later can be used as a CD ripper. You can convert each track in your audio CD into the desired format. Also XLD supports output to a CD image with cue sheet (wav+cue, flac+cue, etc).
  
 
==Correction mechanism==
 
==Correction mechanism==
XLD (X Lossless Decoder) uses the [[cdparanoia]] 10.2 libaries ripping and error correcting. XLD can also be used on drives that don't have Accurate Stream and utilize C2 error pointers (see [http://wiki.hydrogenaudio.org/index.php?title=Secure_ripping#XLD Secure ripping]). Additionally the [http://www.accuraterip.com/ AccurateRip] database is used for matching checksums between numerous CD rips.  
+
XLD (X Lossless Decoder) uses the [[cdparanoia]] 10.2 libraries ripping and error correcting. XLD can also be used on drives that don't have Accurate Stream and utilize C2 error pointers (see [http://wiki.hydrogenaudio.org/index.php?title=Secure_ripping#XLD Secure ripping]). Additionally the [http://www.accuraterip.com/ AccurateRip] database is used for matching checksums between numerous CD rips.  
  
==Known Bugs==
+
==Known bugs==
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66076 Known bugs] for the latest release of the sofware are listed under "Version history" on the main page of the XLD website and can be posted under this HA thread.
+
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66076 Known bugs] for the latest release of the software are listed under "Version history" on the main page of the XLD website and can be posted under this HA thread.
  
 
=Development API=
 
=Development API=
Line 54: Line 58:
 
==Plug-ins==
 
==Plug-ins==
  
The frontend and backend of XLD are seperated. The frontend is able to access the various decoders with the same interface. In the future various plug-in interfaces will be provided, so that you can easily develop plug-ins for new formats. If you are interested in doing this, please see <code>XLDDecoder.h</code> in the source files.  
+
The frontend and backend of XLD are separated. The frontend is able to access the various decoders with the same interface. In the future various plug-in interfaces will be provided, so that you can easily develop plug-ins for new formats. If you are interested in doing this, please see <code>XLDDecoder.h</code> in the source files.  
  
 
==Source code==
 
==Source code==
The source code is included in the archive below and is released under the GPL. Due to the rapid progression of developement on XLD it best you consult the source-code on the[http://tmkk.hp.infoseek.co.jp/xld/index_e.html developers]  website for the latest builds, which may include new features and binaries that are not listed on this wiki page.   
+
The source code is included in the archive below and is released under the GPL. Due to the rapid progression of development on XLD it best you consult the source-code on the[http://tmkk.hp.infoseek.co.jp/xld/index_e.html developers]  website for the latest builds, which may include new features and binaries that are not listed on this wiki page.   
 
   
 
   
 
* [http://tmkk.hp.infoseek.co.jp/xld/xld-gui-20080914.tbz xld-gui-20080914.tbz] (GUI version)  
 
* [http://tmkk.hp.infoseek.co.jp/xld/xld-gui-20080914.tbz xld-gui-20080914.tbz] (GUI version)  
Line 64: Line 68:
 
* [http://tmkk.hp.infoseek.co.jp/xld/XLDVorbisOutput_b5.5.zip Vorbis aoTuV beta5.5] Plugin (For those who like the latest one; updated on 08/6/1)
 
* [http://tmkk.hp.infoseek.co.jp/xld/XLDVorbisOutput_b5.5.zip Vorbis aoTuV beta5.5] Plugin (For those who like the latest one; updated on 08/6/1)
  
==External links==
+
== Guides ==
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65873&st=0 XLD integrates CD Paranoia III 10.2] a thread containing the intergration of cdparanoia 10.2 into XLD.  
+
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66074 XLD master thread list] a master thread list that display's all facets of information releated to the XLD project  
+
* [[XLD Configuration | XLD Configuration]] - An unofficial guide to configuration and settings ''(work in progress)''.
 +
 
 +
== External links ==
 +
 
 +
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65873&st=0 XLD integrates CD Paranoia III 10.2] a thread containing the integration of cdparanoia 10.2 into XLD.  
 +
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66074 XLD master thread list] a master thread list that display's all facets of information related to the XLD project  
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65894 MAC OEM features drive database] a thread for various HA user submitted drive database of OEM drive features for XLD.   
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65894 MAC OEM features drive database] a thread for various HA user submitted drive database of OEM drive features for XLD.   
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66075 XLD drive use results with log] a thread for various HA user submitted ripping logs of XLD rips.   
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66075 XLD drive use results with log] a thread for various HA user submitted ripping logs of XLD rips.   

Latest revision as of 11:23, 10 January 2021

XLD
Screenshot2.jpg
A secure ripper featuring AccurateRip for Mac OS/X
Developer(s) tmkk
Release information
Initial release {{{released}}}
Stable release 20210101
Preview release
Compatibility
Operating system Mac OS X
Additional information
Use Digital Audio Extraction
License GPL
Website XLD website


Introduction

X Lossless Decoder (XLD) is a secure CD ripper and a tool for Mac OS X that is able to decode/convert/play most lossless and lossy audio files. The supported audio files can be encoded/decoded and split into tracks with cue sheet. It works on Mac OS X 10.3 and later.

XLD is Universal Binary, so it runs natively on both Intel Macs and PPC Macs.

Features

XLD supports the following formats:

  • (Ogg) FLAC (.flac/.ogg)
  • Monkey's Audio (.ape)
  • Wavpack (.wv)
  • TTA (.tta)
  • Apple Lossless (.m4a) [10.4 and later]
  • AIFF, WAV, etc
  • LAME MP3, QuickTime AAC, HE-AAC, and Opus.
  • DDP image import
  • CUE Sheet generation
  • AccurateRip technology


Other formats supported by Libsndfile are also decodable. XLD does not use the decoder frontend but the library instead to decode, so no intermediate files are generated. All of the supported formats can be directly split with the cue sheet. XLD also supports so-called 'embedded' or 'internal' cue sheet.

Currently you can choose output format from WAVE,AIFF and Raw PCM. In addition, you can choose Ogg Vorbis (aoTuV), MPEG-4 AAC (QuickTime/CoreAudio), MP3 (LAME), Apple Lossless, FLAC, HE-AAC (aacPlus v1/v2), Wave64 and WavPackin the GUI version.

XLD version 20080812 and later can be used as a CD ripper. You can convert each track in your audio CD into the desired format. Also XLD supports output to a CD image with cue sheet (wav+cue, flac+cue, etc).

Correction mechanism

XLD (X Lossless Decoder) uses the cdparanoia 10.2 libraries ripping and error correcting. XLD can also be used on drives that don't have Accurate Stream and utilize C2 error pointers (see Secure ripping). Additionally the AccurateRip database is used for matching checksums between numerous CD rips.

Known bugs

  • Known bugs for the latest release of the software are listed under "Version history" on the main page of the XLD website and can be posted under this HA thread.

Development API

The source code of XLD is included in the StuffIT light expander archive. The library and header of Libsndfile, FLAC, Wavpack, Monkey's audio and Libcddb is required to compile it.

  • libparanoia
  • libsndfile
  • libflac
  • libwavpack
  • libape
  • libcddb

Plug-ins

The frontend and backend of XLD are separated. The frontend is able to access the various decoders with the same interface. In the future various plug-in interfaces will be provided, so that you can easily develop plug-ins for new formats. If you are interested in doing this, please see XLDDecoder.h in the source files.

Source code

The source code is included in the archive below and is released under the GPL. Due to the rapid progression of development on XLD it best you consult the source-code on thedevelopers website for the latest builds, which may include new features and binaries that are not listed on this wiki page.

Guides

  • XLD Configuration - An unofficial guide to configuration and settings (work in progress).

External links