audioop.findmax(fragment, length) Search fragment for a slice of length length samples (not bytes!) with maximum
skip() Skip to the end of the chunk. All further calls to read() for the chunk will return b''. If
colorsys.rgb_to_hls(r, g, b) Convert the color from RGB coordinates to HLS coordinates.
oss_audio_device.reset() Immediately stop playing or recording and return the device to a state where it can accept commands
Wave_write.setnframes(n) Set the number of frames to n. This will be changed later if the number of frames actually
Wave_read.getcomptype() Returns compression type ('NONE' is the only supported type).
oss_mixer_device.get(control) Returns the volume of a given mixer control. The returned volume is a 2-tuple (left_volume
Wave_read.readframes(n) Reads and returns at most n frames of audio, as a string of bytes.
oss_mixer_device.stereocontrols() Returns a bitmask indicating stereo mixer controls. If a bit is set, the corresponding control
oss_audio_device.nonblock() Put the device into non-blocking mode. Once in non-blocking mode, there is no way to return it to
Page 8 of 14