wave.Wave_read.getcomptype()
  • References/Python/Python/Multimedia

Wave_read.getcomptype() Returns compression type ('NONE' is the only supported type).

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

oss_mixer_device.get(control) Returns the volume of a given mixer control. The returned volume is a 2-tuple (left_volume

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