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

oss_audio_device.nonblock() Put the device into non-blocking mode. Once in non-blocking mode, there is no way to return it to

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

Wave_read.getmarkers() Returns None.

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

Wave_read.getnframes() Returns number of audio frames.

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

audioop.adpcm2lin(adpcmfragment, width, state) Decode an Intel/DVI ADPCM coded fragment to a linear fragment. See the description

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

colorsys.hls_to_rgb(h, l, s) Convert the color from HLS coordinates to RGB coordinates.

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

oss_audio_device.closed Boolean indicating whether the device has been closed.

2025-01-10 15:47:30