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

audioop.byteswap(fragment, width) “Byteswap” all samples in a fragment and returns the modified fragment. Converts big-endian

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

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

2025-01-10 15:47:30
ossaudiodev.OSSAudioError
  • References/Python/Python/Multimedia

exception ossaudiodev.OSSAudioError This exception is raised on certain errors. The argument is a string describing what went

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

oss_mixer_device.fileno() Returns the file handle number of the open mixer device file.

2025-01-10 15:47:30