aifc.aifc.setnframes()
  • References/Python/Python/Multimedia

aifc.setnframes(nframes) Specify the number of frames that are to be written to the audio file. If this parameter is not set

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

oss_audio_device.sync() Wait until the sound device has played every byte in its buffer. (This happens implicitly when the device

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

colorsys.hsv_to_rgb(h, s, v) Convert the color from HSV coordinates to RGB coordinates.

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

aifc.getmarkers() Return a list of markers in the audio file. A marker consists of a tuple of three elements. The first is the

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

Wave_read.getframerate() Returns sampling frequency.

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

audioop.add(fragment1, fragment2, width) Return a fragment which is the addition of the two samples passed as parameters. width

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

audioop.maxpp(fragment, width) Return the maximum peak-peak value in the sound fragment.

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

aifc.setcomptype(type, name) Specify the compression type. If not specified, the audio data will not be compressed. In AIFF

2025-01-10 15:47:30