Re: problems to write a wav file

2007-05-24 Thread Gabriel Genellina
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

problems to write a wav file

2007-05-24 Thread Gautier Krings
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