Resample #FLAC music using #sox keeping metadata
http://www.grimoire-command.es/2018/resample_flac_music_using_sox.html #HiRes #24bits #16bits #44100hz #48000hz #96000hz
http://www.grimoire-command.es/2018/resample_flac_music_using_sox.html #HiRes #24bits #16bits #44100hz #48000hz #96000hz
Resample flac music using sox keeping metadata
Descendre la fréquence d’échantillonnage et la résolution d’une piste audio FLAC Exemple : 24 bits / 96 kHz → 16 bits / 48 kHz 1. The sox command $ sox -S <original-flac-file> -r 48000 -b 16 <final-flac-file> (1) (2) 1 The sox command comes from the sox package. 2 The <final-flac-file> must have …