wave

Silver Rock silverfrequent at gmail.com
Sat Feb 3 15:00:39 EST 2007


hallo,

supose i´ve opened a sound with the wave module:

>>> import wave
>>> sound=wave.open(filename,'rb')

now this is strange:

>>> sound.getnframes() != len(sound.readframes(sound.getnframes())
True

 Why so?

thanks in advance,
Claire
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070203/28d3921c/attachment.html>


More information about the Python-list mailing list