I compiled rdconvert.c and can confirm it's working... So running:
for f in 0*.wav; do echo $f; rdconvert --destination-sample-rate=48000 --destination-file=/var/newsnd/$f /var/snd/$f; done Then shutting down rd services, reconfiguring for 48000, moving newsnd to snd and firing it up should work? The waveforms etc will all be OK (because they're stored in the wav files themselves)? Many thanks On Wed, 4 Dec 2019 at 23:01, Fred Gleason <[email protected]> wrote: > On Dec 4, 2019, at 16:37, Aaron <[email protected]> wrote: > > However I am getting a Segmentation Fault (CentOS 7 with RD 3.2 binaries): > > > Fixed in git ‘master’. > > 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
