audioop.byteswap()

audioop.byteswap(fragment, width) “Byteswap” all samples in a fragment and returns the modified fragment. Converts big-endian

2016-10-07 17:27:14
ossaudiodev.oss_mixer_device.fileno()

oss_mixer_device.fileno() Returns the file handle number of the open mixer device file.

2016-10-07 17:40:22
ossaudiodev.oss_audio_device.speed()

oss_audio_device.speed(samplerate) Try to set the audio sampling rate to samplerate samples per second. Returns the

2016-10-07 17:40:21
audioop.bias()

audioop.bias(fragment, width, bias) Return a fragment that is the original fragment with a bias added to each sample. Samples

2016-10-07 17:27:14
audioop.error

exception audioop.error This exception is raised on all errors, such as unknown number of bytes per sample, etc.

2016-10-07 17:27:14
wave.Wave_read.getcomptype()

Wave_read.getcomptype() Returns compression type ('NONE' is the only supported type).

2016-10-07 17:47:13
ossaudiodev.openmixer()

ossaudiodev.openmixer([device]) Open a mixer device and return an OSS mixer device object. device is the mixer device

2016-10-07 17:40:19
ossaudiodev.oss_audio_device.write()

oss_audio_device.write(data) Write a bytes-like object data to the audio device

2016-10-07 17:40:22
ossaudiodev.oss_audio_device.writeall()

oss_audio_device.writeall(data) Write a bytes-like object data to the audio

2016-10-07 17:40:22
chunk.Chunk.skip()

skip() Skip to the end of the chunk. All further calls to read() for the chunk will return b''. If

2016-10-07 17:28:25