Hi --
Is there some way to change the bit rate using the 'audio.Sound' class for recording?
The emulator defaults to 16 bit audio at 8kHz. I want to set it to 8 bit at 44kHz, for example.Code:so = audio.Sound.open(u'd:\\sample.wav') so.record()
-a.

Reply With Quote

