aifc.aifc.writeframes()
  • References/Python/Python/Multimedia

aifc.writeframes(data) Write data to the output file. This method can only be called after the audio file parameters have been

2025-01-10 15:47:30
ossaudiodev.oss_mixer_device.controls()
  • References/Python/Python/Multimedia

oss_mixer_device.controls() This method returns a bitmask specifying the available mixer controls (“Control” being a specific

2025-01-10 15:47:30
ossaudiodev.oss_mixer_device.reccontrols()
  • References/Python/Python/Multimedia

oss_mixer_device.reccontrols() Returns a bitmask specifying the mixer controls that may be used to record. See the code example

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

Wave_read.close() Close the stream if it was opened by wave, and make the instance unusable. This is called automatically

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

aifc.getnframes() Return the number of audio frames in the file.

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

aifc.tell() Return the current frame number.

2025-01-10 15:47:30
ossaudiodev.oss_mixer_device.get_recsrc()
  • References/Python/Python/Multimedia

oss_mixer_device.get_recsrc() This method returns a bitmask indicating which control(s) are currently being used as a recording

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

audioop.mul(fragment, width, factor) Return a fragment that has all samples in the original fragment multiplied by the floating-point

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

Wave_read.setpos(pos) Set the file pointer to the specified position.

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

audioop.lin2adpcm(fragment, width, state) Convert samples to 4 bit Intel/DVI ADPCM encoding. ADPCM coding is an adaptive coding

2025-01-10 15:47:30