wave.Wave_write.setnchannels()
  • References/Python/Python/Multimedia

Wave_write.setnchannels(n) Set the number of channels.

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

audioop.findfactor(fragment, reference) Return a factor F such that rms(add(fragment, mul(reference, -F)))

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

oss_audio_device.fileno() Return the file descriptor associated with the device.

2025-01-10 15:47:30