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

aifc.setparams(nchannels, sampwidth, framerate, comptype, compname) Set all the above parameters at once. The argument is a

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

aifc.setmark(id, pos, name) Add a mark with the given id (larger than 0), and the given name at the given position. This method

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

Wave_write.tell() Return current position in the file, with the same disclaimer for the Wave_read.tell() and Wave_read

2025-01-10 15:47:30