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

audioop.findmax(fragment, length) Search fragment for a slice of length length samples (not bytes!) with maximum

2025-01-10 15:47:30
chunk.Chunk.skip()
  • References/Python/Python/Multimedia

skip() Skip to the end of the chunk. All further calls to read() for the chunk will return b''. If

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

colorsys.rgb_to_hls(r, g, b) Convert the color from RGB coordinates to HLS coordinates.

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

oss_audio_device.reset() Immediately stop playing or recording and return the device to a state where it can accept commands

2025-01-10 15:47:30
wave.Wave_write.setnframes()
  • References/Python/Python/Multimedia

Wave_write.setnframes(n) Set the number of frames to n. This will be changed later if the number of frames actually

2025-01-10 15:47:30
wave.Wave_read.getcomptype()
  • References/Python/Python/Multimedia

Wave_read.getcomptype() Returns compression type ('NONE' is the only supported type).

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

oss_mixer_device.get(control) Returns the volume of a given mixer control. The returned volume is a 2-tuple (left_volume

2025-01-10 15:47:30
wave.Wave_read.readframes()
  • References/Python/Python/Multimedia

Wave_read.readframes(n) Reads and returns at most n frames of audio, as a string of bytes.

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

oss_mixer_device.stereocontrols() Returns a bitmask indicating stereo mixer controls. If a bit is set, the corresponding control

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

oss_audio_device.nonblock() Put the device into non-blocking mode. Once in non-blocking mode, there is no way to return it to

2025-01-10 15:47:30