ossaudiodev.oss_audio_device.obuffree()
  • References/Python/Python/Multimedia

oss_audio_device.obuffree() Returns the number of samples that could be queued into the hardware buffer to be played without

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

Wave_write.setsampwidth(n) Set the sample width to n bytes.

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

Wave_write.close() Make sure nframes is correct, and close the file if it was opened by wave. This method

2025-01-10 15:47:30
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
audioop.minmax()
  • References/Python/Python/Multimedia

audioop.minmax(fragment, width) Return a tuple consisting of the minimum and maximum values of all samples in the sound fragment

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

aifc.getcomptype() Return a bytes array of length 4 describing the type of compression used in the audio file. For AIFF files

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

aifc.readframes(nframes) Read and return the next nframes frames from the audio file. The returned data is a string

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

Wave_read.tell() Return current file pointer position.

2025-01-10 15:47:30