Re: [python-win32] using the wave module for reading wave files

2008-05-20 Thread Tim Roberts
Tony Cappellini wrote: In the wave module, is the term "frame" synonymous with sample? That is, does the method wave.readframes(1) read a sample that is getsampwidth() bits wide, where each sample was sampled at the frequency found at wave.getframerate() ? The nice thing about Python is that

[python-win32] using the wave module for reading wave files

2008-05-20 Thread Tony Cappellini
In the wave module, is the term "frame" synonymous with sample? That is, does the method wave.readframes(1) read a sample that is getsampwidth() bits wide, where each sample was sampled at the frequency found at wave.getframerate() ? ___ python-win32 mail