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

Wave_read.getframerate() Returns sampling frequency.

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
chunk.Chunk
  • References/Python/Python/Multimedia

class chunk.Chunk(file, align=True, bigendian=True, inclheader=False) Class which represents a chunk. The file argument

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

aifc.getnchannels() Return the number of audio channels (1 for mono, 2 for stereo).

2025-01-10 15:47:30