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
audioop.error
  • References/Python/Python/Multimedia

exception audioop.error This exception is raised on all errors, such as unknown number of bytes per sample, etc.

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

getname() Returns the name (ID) of the chunk. This is the first 4 bytes of the chunk.

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

audioop.reverse(fragment, width) Reverse the samples in a fragment and returns the modified fragment.

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

oss_audio_device.speed(samplerate) Try to set the audio sampling rate to samplerate samples per second. Returns the

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

seek(pos, whence=0) Set the chunk’s current position. The whence argument is optional and defaults to 0

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

audioop.tomono(fragment, width, lfactor, rfactor) Convert a stereo fragment to a mono fragment. The left channel is multiplied

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

audioop.bias(fragment, width, bias) Return a fragment that is the original fragment with a bias added to each sample. Samples

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

oss_audio_device.writeall(data) Write a bytes-like object data to the audio

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