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

audioop.getsample(fragment, width, index) Return the value of sample index from the fragment.

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