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
aifc.aifc.setparams()

aifc.setparams(nchannels, sampwidth, framerate, comptype, compname) Set all the above parameters at once. The argument is a

2016-10-07 17:26:08
audioop.reverse()

audioop.reverse(fragment, width) Reverse the samples in a fragment and returns the modified fragment.

2016-10-07 17:27:16
audioop.tomono()

audioop.tomono(fragment, width, lfactor, rfactor) Convert a stereo fragment to a mono fragment. The left channel is multiplied

2016-10-07 17:27:16
wave.open()

wave.open(file, mode=None) If file is a string, open the file by that name, otherwise treat it as a file-like object

2016-10-07 17:47:13
wave.Wave_write.setnframes()

Wave_write.setnframes(n) Set the number of frames to n. This will be changed later if the number of frames actually

2016-10-07 17:47:15
chunk.Chunk.getname()

getname() Returns the name (ID) of the chunk. This is the first 4 bytes of the chunk.

2016-10-07 17:28:24
ossaudiodev.oss_mixer_device.stereocontrols()

oss_mixer_device.stereocontrols() Returns a bitmask indicating stereo mixer controls. If a bit is set, the corresponding control

2016-10-07 17:40:23
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_audio_device.reset()

oss_audio_device.reset() Immediately stop playing or recording and return the device to a state where it can accept commands

2016-10-07 17:40:21