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

Wave_read.getmark(id) Raise an error.

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

Wave_write.writeframes(data) Write audio frames and make sure nframes is correct. It will raise an error if the output

2025-01-10 15:47:30
imghdr.tests
  • References/Python/Python/Multimedia

imghdr.tests A list of functions performing the individual tests. Each function takes two arguments: the byte-stream and an

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

close() Close and skip to the end of the chunk. This does not close the underlying file.

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

aifc.writeframesraw(data) Like writeframes(), except that the header of the audio file is not updated.

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

aifc.setsampwidth(width) Specify the size in bytes of audio samples.

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

audioop.max(fragment, width) Return the maximum of the absolute value of all samples in a fragment.

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

oss_audio_device.bufsize() Returns the size of the hardware buffer, in samples.

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

aifc.rewind() Rewind the read pointer. The next readframes() will start from the beginning.

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

Wave_write.tell() Return current position in the file, with the same disclaimer for the Wave_read.tell() and Wave_read

2025-01-10 15:47:30