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

colorsys.rgb_to_yiq(r, g, b) Convert the color from RGB coordinates to YIQ coordinates.

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

audioop.lin2lin(fragment, width, newwidth) Convert samples between 1-, 2-, 3- and 4-byte formats.

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

oss_audio_device.setfmt(format) Try to set the current audio format to format—see getfmts() for a list

2025-01-10 15:47:30