aifc.aifc.getnframes()

aifc.getnframes() Return the number of audio frames in the file.

2016-10-07 17:26:07
ossaudiodev.oss_audio_device.post()

oss_audio_device.post() Tell the driver that there is likely to be a pause in the output, making it possible for the device

2016-10-07 17:40:21
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
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.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
wave.Wave_write.setparams()

Wave_write.setparams(tuple) The tuple should be (nchannels, sampwidth, framerate, nframes, comptype, compname)

2016-10-07 17:47:16
aifc.aifc.getcompname()

aifc.getcompname() Return a bytes array convertible to a human-readable description of the type of compression used in the audio

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
wave.Wave_read.setpos()

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

2016-10-07 17:47:15
aifc.aifc.tell()

aifc.tell() Return the current frame number.

2016-10-07 17:26:09