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
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
ossaudiodev.oss_audio_device.mode
  • References/Python/Python/Multimedia

oss_audio_device.mode The I/O mode for the file, either "r", "rw", or "w".

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

audioop.lin2ulaw(fragment, width) Convert samples in the audio fragment to u-LAW encoding and return this as a bytes object

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