ossaudiodev.openmixer([device]) Open a mixer device and return an OSS mixer device object. device is the mixer device
audioop.bias(fragment, width, bias) Return a fragment that is the original fragment with a bias added to each sample. Samples
getname() Returns the name (ID) of the chunk. This is the first 4 bytes of the chunk.
oss_mixer_device.stereocontrols() Returns a bitmask indicating stereo mixer controls. If a bit is set, the corresponding control
seek(pos, whence=0) Set the chunk’s current position. The whence argument is optional and defaults to 0
oss_audio_device.writeall(data) Write a bytes-like object data to the audio
audioop.findmax(fragment, length) Search fragment for a slice of length length samples (not bytes!) with maximum
Wave_write.setnframes(n) Set the number of frames to n. This will be changed later if the number of frames actually
audioop.byteswap(fragment, width) “Byteswap” all samples in a fragment and returns the modified fragment. Converts big-endian
Wave_read.getmark(id) Raise an error.
Page 8 of 14