Wave_read.getmark(id) Raise an error.
Wave_write.writeframes(data) Write audio frames and make sure nframes is correct. It will raise an error if the output
imghdr.tests A list of functions performing the individual tests. Each function takes two arguments: the byte-stream and an
close() Close and skip to the end of the chunk. This does not close the underlying file.
aifc.writeframesraw(data) Like writeframes(), except that the header of the audio file is not updated.
aifc.setsampwidth(width) Specify the size in bytes of audio samples.
audioop.max(fragment, width) Return the maximum of the absolute value of all samples in a fragment.
oss_audio_device.bufsize() Returns the size of the hardware buffer, in samples.
aifc.rewind() Rewind the read pointer. The next readframes() will start from the beginning.
Wave_write.tell() Return current position in the file, with the same disclaimer for the Wave_read.tell() and Wave_read
Page 9 of 14