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
aifc.aifc.setpos()
  • References/Python/Python/Multimedia

aifc.setpos(pos) Seek to the specified frame number.

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

oss_audio_device.getfmts() Return a bitmask of the audio output formats supported by the soundcard. Some of the formats supported

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

aifc.setframerate(rate) Specify the sampling frequency in frames per second.

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

audioop.findfactor(fragment, reference) Return a factor F such that rms(add(fragment, mul(reference, -F)))

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

audioop.cross(fragment, width) Return the number of zero crossings in the fragment passed as an argument.

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

aifc.getsampwidth() Return the size in bytes of individual samples.

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

audioop.findfit(fragment, reference) Try to match reference as well as possible to a portion of fragment (which

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

sndhdr.what(filename) Determines the type of sound data stored in the file filename using whathdr(). If

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

oss_mixer_device.set(control, (left, right)) Sets the volume for a given mixer control to (left,right). left

2025-01-10 15:47:30