Published:
Updated:
Updated:
WAVUTIL
Usage
Some examples:
Show help
$ wavutil -h
$ wavutil -w --fmt=s08 --fs=8000 xfile.raw yfile.wav
}}: Read signed 08-bit samples and write a *.wav file with a Fs=8kHz and 32-bit float sample format
$ wavutil -r --fmt=s16 xfile.raw yfile.wav
$ wavutil -s --P=2 --Q=3 xfile.raw yfile.wav
The new sample rate is $F_y = (2/3) F_x$