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

aifc.getmark(id) Return the tuple as described in getmarkers() for the mark with the given id.

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

Wave_write.setframerate(n) Set the frame rate to n.

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

sndhdr.whathdr(filename) Determines the type of sound data stored in a file based on the file header. The name of the file is

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

Wave_read.getcompname() Human-readable version of getcomptype(). Usually 'not compressed' parallels

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

oss_audio_device.channels(nchannels) Set the number of output channels to nchannels. A value of 1 indicates monophonic

2025-01-10 15:47:30
chunk.Chunk.isatty()
  • References/Python/Python/Multimedia

isatty() Returns False.

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

audioop.alaw2lin(fragment, width) Convert sound fragments in a-LAW encoding to linearly encoded sound fragments. a-LAW encoding

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

Wave_read.getsampwidth() Returns sample width in bytes.

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

oss_mixer_device.close() This method closes the open mixer device file. Any further attempts to use the mixer after this file

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

tell() Return the current position into the chunk.

2025-01-10 15:47:30