Overview
Request 1086 (accepted)
- Updated to 1.7.5:
* new -2 parameter: convert mono and multichannel audio to stereo
(upmix / downmix), using proper channel mappings;
* '-r cd' preset now implies '-b 16 -r 44100 -2'
(includes automatic conversion to stereo where applicable);
* new -z parameter: produce machine-parsable output;
* added support for AIFF and CAF (Core Audio File);
* directories are now accepted as input: caudec will
automatically find all eligible files within those directories
(use in conjunction with 'ignoreUnsupportedFiles');
* new 'ignoreUnsupportedFiles' configuration parameter: set to
true to prevent caudec from aborting when some of the input
files are unsupported (false by default);
* -t (testing file integrity) can now be used with all lossless
codecs, using hash metadata (-H);
* added SHA256 and SHA512 hashing;
* renamed 'CRC' to 'CRC32'; backward compatibility with files
tagged with 'CRC=' is maintained;
* check internal MD5 hash whenever possible,
to detect potential codec bugs;
* new 'enableColors' configuration parameter: true by default,
set to 'false' to disable coloring of human-readable output;
* new 'brightColors' configuration parameter: true by default,
set to 'false' to use darker colors
(enableColors needs to be true);
* -G parameter (apply gain) and -S parameter (compute Soundcheck
data) can now take an arbitrary value
(signed number from -99.99 to +99.99);
* significantly sped up computing album gain;
* check the output of replaygain tools more thoroughly;
caudec.changes
Changed
caudec.spec
Changed
caudec-1.7.5.tar.gz/APEv2
Added
caudec-1.6.2.tar.gz/CHANGES -> caudec-1.7.5.tar.gz/CHANGES
Changed
caudec-1.7.5.tar.gz/LICENSE-APEv2
Added
caudec-1.7.5.tar.gz/LICENSE-caudec
Changed
caudec-1.6.2.tar.gz/README -> caudec-1.7.5.tar.gz/README
Changed
caudec-1.6.2.tar.gz/caudec -> caudec-1.7.5.tar.gz/caudec
Changed
caudec-1.6.2.tar.gz/caudecrc -> caudec-1.7.5.tar.gz/caudecrc
Changed
caudec-1.6.2.tar.gz/install.sh -> caudec-1.7.5.tar.gz/install.sh
Changed
Request History
dap created request about 11 years ago
- Updated to 1.7.5:
* new -2 parameter: convert mono and multichannel audio to stereo
(upmix / downmix), using proper channel mappings;
* '-r cd' preset now implies '-b 16 -r 44100 -2'
(includes automatic conversion to stereo where applicable);
* new -z parameter: produce machine-parsable output;
* added support for AIFF and CAF (Core Audio File);
* directories are now accepted as input: caudec will
automatically find all eligible files within those directories
(use in conjunction with 'ignoreUnsupportedFiles');
* new 'ignoreUnsupportedFiles' configuration parameter: set to
true to prevent caudec from aborting when some of the input
files are unsupported (false by default);
* -t (testing file integrity) can now be used with all lossless
codecs, using hash metadata (-H);
* added SHA256 and SHA512 hashing;
* renamed 'CRC' to 'CRC32'; backward compatibility with files
tagged with 'CRC=' is maintained;
* check internal MD5 hash whenever possible,
to detect potential codec bugs;
* new 'enableColors' configuration parameter: true by default,
set to 'false' to disable coloring of human-readable output;
* new 'brightColors' configuration parameter: true by default,
set to 'false' to use darker colors
(enableColors needs to be true);
* -G parameter (apply gain) and -S parameter (compute Soundcheck
data) can now take an arbitrary value
(signed number from -99.99 to +99.99);
* significantly sped up computing album gain;
* check the output of replaygain tools more thoroughly;
jobermayr accepted request about 11 years ago
Please add a comment