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.
close() Close and skip to the end of the chunk. This does not close the underlying file.
audioop.max(fragment, width) Return the maximum of the absolute value of all samples in a fragment.
oss_audio_device.nonblock() Put the device into non-blocking mode. Once in non-blocking mode, there is no way to return it to
Wave_read.getmarkers() Returns None.
Wave_read.getnframes() Returns number of audio frames.
audioop.adpcm2lin(adpcmfragment, width, state) Decode an Intel/DVI ADPCM coded fragment to a linear fragment. See the description
colorsys.hls_to_rgb(h, l, s) Convert the color from HLS coordinates to RGB coordinates.
oss_audio_device.closed Boolean indicating whether the device has been closed.
Page 9 of 14