En Thu, 24 May 2007 10:55:42 -0300, Gautier Krings
<[EMAIL PROTECTED]> escribió:
> I have a small problem for writing a .wav file. I can't find in which
> format
> I have to pass my data in the writeframes function of the wave module.
>
> here's my code, I am just trying to open a wav file, ex
Hello,
I have a small problem for writing a .wav file. I can't find in which format
I have to pass my data in the writeframes function of the wave module.
here's my code, I am just trying to open a wav file, extracting the data
from it, and writing it in another wav file.
The problem is that the