<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ejg930</id>
	<title>Hydrogenaudio Knowledgebase - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ejg930"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/Ejg930"/>
	<updated>2026-05-14T19:32:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=XLD&amp;diff=19611</id>
		<title>XLD</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=XLD&amp;diff=19611"/>
		<updated>2009-05-25T00:01:54Z</updated>

		<summary type="html">&lt;p&gt;Ejg930: Updating the release version.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Software&lt;br /&gt;
| name = XLD&lt;br /&gt;
| screenshot = [[image:Screenshot2.jpg|250px]]  &lt;br /&gt;
| caption = A secure ripper featuring AccurateRip for Mac OS/X &lt;br /&gt;
| maintainer = tmkk&lt;br /&gt;
| stable_release = 20090320&lt;br /&gt;
| preview_release = 20090320&lt;br /&gt;
| operating_system = Mac OS X&lt;br /&gt;
| use = Digital Audio Extraction&lt;br /&gt;
| license = GPL &lt;br /&gt;
| website = [http://tmkk.hp.infoseek.co.jp/xld/index_e.html XLD website]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
X Lossless Decoder(XLD) is a tool for Mac OS X that is able to decode/convert/play various &#039;lossless&#039; 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. &lt;br /&gt;
&lt;br /&gt;
XLD is Universal Binary, so it runs natively on both Intel Macs and PPC Macs.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
XLD supports the following formats: &lt;br /&gt;
&lt;br /&gt;
* (Ogg) FLAC (.flac/.ogg) &lt;br /&gt;
* Monkey&#039;s Audio (.ape) &lt;br /&gt;
* Wavpack (.wv) &lt;br /&gt;
* TTA (.tta) &lt;br /&gt;
* Apple Lossless (.m4a) [10.4 and later] &lt;br /&gt;
* AIFF, WAV, etc &lt;br /&gt;
* CUE Sheet generation &lt;br /&gt;
* [[AccurateRip]] technology &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
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 &#039;embedded&#039; or &#039;internal&#039; cue sheet. &lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
XLD version &#039;&#039;&#039;20080812&#039;&#039;&#039; 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).&lt;br /&gt;
&lt;br /&gt;
==Correction mechanism==&lt;br /&gt;
XLD (X Lossless Decoder) uses the [[cdparanoia]] 10.2 libaries ripping and error correcting. XLD can also be used on drives that don&#039;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. &lt;br /&gt;
&lt;br /&gt;
==Known Bugs==&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66076 Known bugs] for the latest release of the sofware are listed under &amp;quot;Version history&amp;quot; on the main page of the XLD website and can be posted under this HA thread.&lt;br /&gt;
&lt;br /&gt;
=Development API=&lt;br /&gt;
The source code of XLD is included in the StuffIT light expander archive. The library and header of Libsndfile, FLAC, Wavpack, Monkey&#039;s audio and Libcddb is required to compile it. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;libparanoia &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libsndfile &amp;lt;/code&amp;gt; &lt;br /&gt;
* &amp;lt;code&amp;gt;libflac&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libwavpack&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libape&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libcddb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plug-ins==&lt;br /&gt;
&lt;br /&gt;
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 &amp;lt;code&amp;gt;XLDDecoder.h&amp;lt;/code&amp;gt; in the source files. &lt;br /&gt;
&lt;br /&gt;
==Source code==&lt;br /&gt;
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.  &lt;br /&gt;
 &lt;br /&gt;
* [http://tmkk.hp.infoseek.co.jp/xld/xld-gui-20080914.tbz xld-gui-20080914.tbz] (GUI version) &lt;br /&gt;
* [http://tmkk.hp.infoseek.co.jp/xld/xld-20070917.tar.bz2 xld-20070917.tar.bz2] (Command-line version) &lt;br /&gt;
* [http://tmkk.hp.infoseek.co.jp/xld/XLDVorbisOutput.bundle.zip Vorbis aoTuV beta5] Plugin (For those who like the latest one; updated on 08/6/1) &lt;br /&gt;
* [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)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65873&amp;amp;st=0 XLD integrates CD Paranoia III 10.2] a thread containing the intergration of cdparanoia 10.2 into XLD. &lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66074 XLD master thread list] a master thread list that display&#039;s all facets of information releated to the XLD project &lt;br /&gt;
* [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.  &lt;br /&gt;
* [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.   &lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65914&amp;amp;st=0 XLD and the drive cache] a thread for drive caches of various HA user submitted XLD rips&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;br /&gt;
[[Category:Media Players]]&lt;/div&gt;</summary>
		<author><name>Ejg930</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=XLD&amp;diff=19610</id>
		<title>XLD</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=XLD&amp;diff=19610"/>
		<updated>2009-05-25T00:00:55Z</updated>

		<summary type="html">&lt;p&gt;Ejg930: Updating the release version.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Software&lt;br /&gt;
| name = XLD&lt;br /&gt;
| screenshot = [[image:Screenshot2.jpg|250px]]  &lt;br /&gt;
| caption = A secure ripper featuring AccurateRip for Mac OS/X &lt;br /&gt;
| maintainer = tmkk&lt;br /&gt;
| stable_release = 20090320&lt;br /&gt;
| operating_system = Mac OS X&lt;br /&gt;
| use = Digital Audio Extraction&lt;br /&gt;
| license = GPL &lt;br /&gt;
| website = [http://tmkk.hp.infoseek.co.jp/xld/index_e.html XLD website]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
X Lossless Decoder(XLD) is a tool for Mac OS X that is able to decode/convert/play various &#039;lossless&#039; 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. &lt;br /&gt;
&lt;br /&gt;
XLD is Universal Binary, so it runs natively on both Intel Macs and PPC Macs.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
XLD supports the following formats: &lt;br /&gt;
&lt;br /&gt;
* (Ogg) FLAC (.flac/.ogg) &lt;br /&gt;
* Monkey&#039;s Audio (.ape) &lt;br /&gt;
* Wavpack (.wv) &lt;br /&gt;
* TTA (.tta) &lt;br /&gt;
* Apple Lossless (.m4a) [10.4 and later] &lt;br /&gt;
* AIFF, WAV, etc &lt;br /&gt;
* CUE Sheet generation &lt;br /&gt;
* [[AccurateRip]] technology &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
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 &#039;embedded&#039; or &#039;internal&#039; cue sheet. &lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
XLD version &#039;&#039;&#039;20080812&#039;&#039;&#039; 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).&lt;br /&gt;
&lt;br /&gt;
==Correction mechanism==&lt;br /&gt;
XLD (X Lossless Decoder) uses the [[cdparanoia]] 10.2 libaries ripping and error correcting. XLD can also be used on drives that don&#039;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. &lt;br /&gt;
&lt;br /&gt;
==Known Bugs==&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66076 Known bugs] for the latest release of the sofware are listed under &amp;quot;Version history&amp;quot; on the main page of the XLD website and can be posted under this HA thread.&lt;br /&gt;
&lt;br /&gt;
=Development API=&lt;br /&gt;
The source code of XLD is included in the StuffIT light expander archive. The library and header of Libsndfile, FLAC, Wavpack, Monkey&#039;s audio and Libcddb is required to compile it. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;libparanoia &amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libsndfile &amp;lt;/code&amp;gt; &lt;br /&gt;
* &amp;lt;code&amp;gt;libflac&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libwavpack&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libape&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;libcddb&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Plug-ins==&lt;br /&gt;
&lt;br /&gt;
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 &amp;lt;code&amp;gt;XLDDecoder.h&amp;lt;/code&amp;gt; in the source files. &lt;br /&gt;
&lt;br /&gt;
==Source code==&lt;br /&gt;
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.  &lt;br /&gt;
 &lt;br /&gt;
* [http://tmkk.hp.infoseek.co.jp/xld/xld-gui-20080914.tbz xld-gui-20080914.tbz] (GUI version) &lt;br /&gt;
* [http://tmkk.hp.infoseek.co.jp/xld/xld-20070917.tar.bz2 xld-20070917.tar.bz2] (Command-line version) &lt;br /&gt;
* [http://tmkk.hp.infoseek.co.jp/xld/XLDVorbisOutput.bundle.zip Vorbis aoTuV beta5] Plugin (For those who like the latest one; updated on 08/6/1) &lt;br /&gt;
* [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)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65873&amp;amp;st=0 XLD integrates CD Paranoia III 10.2] a thread containing the intergration of cdparanoia 10.2 into XLD. &lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=66074 XLD master thread list] a master thread list that display&#039;s all facets of information releated to the XLD project &lt;br /&gt;
* [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.  &lt;br /&gt;
* [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.   &lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=65914&amp;amp;st=0 XLD and the drive cache] a thread for drive caches of various HA user submitted XLD rips&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:CD Rippers]]&lt;br /&gt;
[[Category:Media Players]]&lt;/div&gt;</summary>
		<author><name>Ejg930</name></author>
	</entry>
</feed>