0x163mL / pygraphics

Automatically exported from code.google.com/p/pygraphics
0 stars 0 forks source link

saved Sound files sound different than original files #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The wav seems to be written correctly, but the sound files slightly differ 
from the originals even if no processing has occured since loading.

I would consider using the python wave module to save the file instead of 
writing the headers ourselves, but since it is already working well, this 
is of lower priority.

Reference: http://scipy.mit.edu/tutorials/wave.pdf

--g3kgen

Original issue reported on code.google.com by Leo.Kali...@gmail.com on 2 May 2007 at 11:55

GoogleCodeExporter commented 8 years ago
I was testing these files in an external player, but the Unit tests suggest 
that the 
samples of the two files are the same.

This may be just an issue with the wav headers.

--g3kgen

Original comment by Leo.Kali...@gmail.com on 3 May 2007 at 12:54