audioop.lin2adpcm()
  • References/Python/Python/Multimedia

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

2025-01-10 15:47:30
wave.Wave_read.getparams()
  • References/Python/Python/Multimedia

Wave_read.getparams() Returns a

2025-01-10 15:47:30
audioop.mul()
  • References/Python/Python/Multimedia

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

2025-01-10 15:47:30
aifc.aifc.aifc()
  • References/Python/Python/Multimedia

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 '

2025-01-10 15:47:30
ossaudiodev.oss_audio_device.post()
  • References/Python/Python/Multimedia

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

2025-01-10 15:47:30
ossaudiodev.oss_mixer_device.controls()
  • References/Python/Python/Multimedia

oss_mixer_device.controls() This method returns a bitmask specifying the available mixer controls (“Control” being a specific

2025-01-10 15:47:30
audioop.rms()
  • References/Python/Python/Multimedia

audioop.rms(fragment, width) Return the root-mean-square of the fragment, i.e. sqrt(sum(S_i^2)/n).

2025-01-10 15:47:30
aifc.aifc.tell()
  • References/Python/Python/Multimedia

aifc.tell() Return the current frame number.

2025-01-10 15:47:30
aifc.aifc.getnframes()
  • References/Python/Python/Multimedia

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

2025-01-10 15:47:30
aifc.aifc.aiff()
  • References/Python/Python/Multimedia

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

2025-01-10 15:47:30