generating audio signals

Cappy2112 cappy2112 at gmail.com
Mon Mar 21 14:12:38 EST 2005


>>Maybe make yourself a little utility first that will show you the
specs for any .wav file (i.e.,
>>sampling frequency, bytes per sample, channels, etc.)

You can do this with one function call - wave.Wave_read.getparams()
import wave
wave.open("filename","b")
wave.Wave_read.getparams()




More information about the Python-list mailing list