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

oss_audio_device.name String containing the name of the device file.

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

getsize() Returns the size of the chunk.

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

wave.open(file, mode=None) If file is a string, open the file by that name, otherwise treat it as a file-like object

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

audioop.avg(fragment, width) Return the average over all samples in the fragment.

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.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