audioop.mul()

audioop.mul(fragment, width, factor) Return a fragment that has all samples in the original fragment multiplied by the floating-point

2016-10-07 17:27:16
aifc.aifc.writeframes()

aifc.writeframes(data) Write data to the output file. This method can only be called after the audio file parameters have been

2016-10-07 17:26:09
aifc.aifc.aiff()

aifc.aiff() Create an AIFF file. The default is that an AIFF-C file is created, unless the name of the file ends in '

2016-10-07 17:26:06
wave.Wave_read.setpos()

Wave_read.setpos(pos) Set the file pointer to the specified position.

2016-10-07 17:47:15
audioop.lin2adpcm()

audioop.lin2adpcm(fragment, width, state) Convert samples to 4 bit Intel/DVI ADPCM encoding. ADPCM coding is an adaptive coding

2016-10-07 17:27:15
audioop.lin2alaw()

audioop.lin2alaw(fragment, width) Convert samples in the audio fragment to a-LAW encoding and return this as a bytes object

2016-10-07 17:27:15
aifc.aifc.getframerate()

aifc.getframerate() Return the sampling rate (number of audio frames per second).

2016-10-07 17:26:06
ossaudiodev.oss_mixer_device.reccontrols()

oss_mixer_device.reccontrols() Returns a bitmask specifying the mixer controls that may be used to record. See the code example

2016-10-07 17:40:23
ossaudiodev.oss_mixer_device.get_recsrc()

oss_mixer_device.get_recsrc() This method returns a bitmask indicating which control(s) are currently being used as a recording

2016-10-07 17:40:22
aifc.aifc.aifc()

aifc.aifc() Create an AIFF-C file. The default is that an AIFF-C file is created, unless the name of the file ends in '

2016-10-07 17:26:06