| Sep | OCT | Nov |
| 02 | ||
| 2021 | 2022 | 2023 |
COLLECTED BY
Collection: Save Page Now
|
X Lossless Decoder:
|
% xld [-c cuesheet] [-e] [-f format] [-o outpath] [-t track] fileWithout any option, XLD simply outputs decoded WAVE file. The extension of the output file is changed from original one into ".wav" You can specify the following options: -c cuesheet Split file into tracks with cue sheet. If 'TITLE or 'ARTIST' is described in the cue sheet it affects the name of the output file. -e Exclude pre-gap from output file. Pre-gap is appended to the last of tracks by default. This option is ignored when '-c' option is not specified. -f format Specify the format of the output file. You can specify the following formats: ●wav Microsoft WAVE format. This is default output format. Extension is ".wav". ●aif Apple AIFF format. Extension is ".aiff". ●raw_big Big-endian raw(linear) PCM format. Extension is ".pcm". ●raw_little Little-endian raw(linear) PCM format. Extension is ".pcm". -o outpath Specify the path or name of the output file. If outpath is a directory, output file is saved in that directory. -t track If you specify "1" as a track, only the track 1 is decoded. Likewise, Track 2 and 4 are decoded when you specify "2,4" as a track. --raw Read input file as Raw PCM. Following 4 options can be specified. --samplerate n Set samplerate of input file to n Hz when --raw option is specified. Default is 44100 Hz. --bit n Set bit depth of input file to n bit when --raw option is specified. Default is 16 bit. --channels n Set number of channels of input file to n ch when --raw option is specified. Default is 2 ch. --endian little/big Set endian of input file when --raw option is specified. Default is little.
% xld -o ~/Music hoge.flac -f aifDecode hoge.flac in the AIFF format, and output in ~/Music.
% xld -c hoge.cue -t 1,3 hoge.flacSplit hoge.flac with hoge.cue, and decode the 1st and 3rd tracks.
defaults write jp.tmkk.XLD XLDGainAnalyzerFormula -int 1in Terminal.app. -int 0 uses R128. ●Supported reading CD-Text If XLD cannot get metadata from iTunes, metadata from CD-Text will be used. ●Fixed a problem when opening audio CDs with long volume name ●Made TAK decoder compatible with an official Wine app bundle ●Updated LAME to version 3.100 ●Various small bug fixes
-----BEGIN XLD SIGNATURE----- mMJSbD31PhaFo8bBL1fCLK3y90Bs0KAZVujXt0kIeWh_e0kQ_ydn9CxjxLazFWwLbRb6wXZuV7GP5cL4ZT2X4TpUEhN7N4WnL4UoULa -----END XLD SIGNATURE-----For logfiles which have the signature, log tamper detection can be done with XLD version 20121027 or later (the plugin must be installed). To perform a check, run XLD and choose XLD menu -> Log checker. Checking is done quickly and the result appears when you drag files to the log checker window. Also, by using the command line version,
% xld --logchecker logfile.logwill check files.
AccurateRip signature : 01234567
->Accurately ripped! (AR2, confidence 10)
●Supported offset finding CRC in AR database
Now XLD uses offset finding CRC for detecting different pressings. It works better for the first and last track.
●Fixed a problem that a filename format identifier %A did not work for 1-to-1 file transcoding
●Fixed a problem when ripping with 0 offset correction value
●Fixed a crash problem when read error occured
●Various small fixes around the ripping log
●Fixed a potential memory leak
●Metadata supported by mp3 encoder was increased
For the detail, please see this page.