[linux-audio-dev] wave module in Python

From: Silver Rock <silverfrequent@email-addr-hidden>
Date: Sun Feb 04 2007 - 16:17:55 EET

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
Received on Mon Feb 5 12:15:03 2007

This archive was generated by hypermail 2.1.8 : Mon Feb 05 2007 - 12:15:03 EET