XLD: Difference between revisions
m (→Features) |
|||
Line 20: | Line 20: | ||
==Features== | ==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 | |||
* CUE Sheet generation | |||
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 a CD image with cue sheet (wav+cue, flac+cue, etc). | |||
==Correction mechanism== | ==Correction mechanism== | ||
Revision as of 22:09, 24 September 2008
Developer(s) | tmkk |
Release information | |
---|---|
Stable release | |
Compatibility | |
Operating system | Mac OS X |
Additional information | |
Use | Digital Audio Extraction |
License | GPL |
Website | XLD website |
This article is a stub. You can help the Hydrogenaudio Knowledgebase by expanding it.
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.
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
- CUE Sheet generation
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 a CD image with cue sheet (wav+cue, flac+cue, etc).
Correction mechanism
Known Bugs
Development API
The source code of XLD is included in the StuffIT light expander . The library and header of Libsndfile, FLAC, Wavpack, Monkey's audio and Libcddb is required to compile.
libparanoia
libsndfile
libflac
libwavpack
libape
libcddb