audioop.byteswap(fragment, width) “Byteswap” all samples in a fragment and returns the modified fragment. Converts big-endian
oss_audio_device.reset() Immediately stop playing or recording and return the device to a state where it can accept commands
oss_audio_device.write(data) Write a bytes-like object data to the audio device
ossaudiodev.openmixer([device]) Open a mixer device and return an OSS mixer device object. device is the mixer device
audioop.findmax(fragment, length) Search fragment for a slice of length length samples (not bytes!) with maximum
Wave_read.readframes(n) Reads and returns at most n frames of audio, as a string of bytes.
oss_mixer_device.fileno() Returns the file handle number of the open mixer device file.
oss_audio_device.writeall(data) Write a bytes-like object data to the audio
oss_mixer_device.get(control) Returns the volume of a given mixer control. The returned volume is a 2-tuple (left_volume
Wave_read.getmarkers() Returns None.
Page 8 of 14