audioop.avg()

audioop.avg(fragment, width) Return the average over all samples in the fragment.

2016-10-07 17:27:13
ossaudiodev.oss_mixer_device.get()

oss_mixer_device.get(control) Returns the volume of a given mixer control. The returned volume is a 2-tuple (left_volume

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

oss_audio_device.fileno() Return the file descriptor associated with the device.

2016-10-07 17:40:20
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
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
wave.Wave_read.readframes()

Wave_read.readframes(n) Reads and returns at most n frames of audio, as a string of bytes.

2016-10-07 17:47:14
ossaudiodev.OSSAudioError

exception ossaudiodev.OSSAudioError This exception is raised on certain errors. The argument is a string describing what went

2016-10-07 17:40:19
aifc.aifc.setmark()

aifc.setmark(id, pos, name) Add a mark with the given id (larger than 0), and the given name at the given position. This method

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