[LAU] sample rate convert a .wav from 48k to 44.1k
Aaron L.
22 Sep
2012
22 Sep
'12
9:06 a.m.
I didn't realize I had jack set to a 48k sample rate and exported a wav.
Oops.
Any simple way to convert this?
I just used sox to do this:
sox export.wav -r 441000 resample.wav
Exported 500MB of silence.
Thanks for any advice.