ossaudiodev.openmixer()
  • References/Python/Python/Multimedia

ossaudiodev.openmixer([device]) Open a mixer device and return an OSS mixer device object. device is the mixer device

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

Wave_read.getmark(id) Raise an error.

2025-01-10 15:47:30