Tesla Coil <[EMAIL PROTECTED]> wrote:

> Next, how to rerecord a wav at a different pitch,
> like 80% of normal speed?

You can use Snd to do this -- lower the "speed" bar so that the sound
plays at the desired pitch, then save it to a new file.

Hmm, sox should be able to do this, somehow. To actually change the
sampling rate and not the pitch, use sox and specify the new sampling
rate with the -r option. (The resample and polyphase options
supposedly work much better.)

sox infile.wav -r 6000 outfile.wav

Reply via email to