On Dec 3, 2019, at 15:34, Aaron <[email protected]> wrote: > My question - can I simple process all of the .wav files in /var/snd with sox > to convert them to 48 kHz, change the setting in rdadmin and reboot? Or is > it more involved than this?
You don’t want to use sox(1) for this, because it will strip out the pre-rendered waveform data (specifically, the ‘LEVL’ chunk) that is encoded in each file. However, Rivendell ships with a command line utility called ‘rdconvert’ that can be used to do this and will preserve that data. Do ‘man 1 rdconvert’ for more into. Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |---------------------------------------------------------------------| | A room without books is like a body without a soul. | | | | -- Cicero | |---------------------------------------------------------------------|
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
