audioop.lin2adpcm()
  • References/Python/Python/Multimedia

audioop.lin2adpcm(fragment, width, state) Convert samples to 4 bit Intel/DVI ADPCM encoding. ADPCM coding is an adaptive coding

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

aifc.close() Close the AIFF file. After calling this method, the object can no longer be used.

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

audioop.avgpp(fragment, width) Return the average peak-peak value over all samples in the fragment. No filtering is done, so

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