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

aifc.setpos(pos) Seek to the specified frame number.

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

audioop.cross(fragment, width) Return the number of zero crossings in the fragment passed as an argument.

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

aifc.close() Close the AIFF file. After calling this method, the object can no longer be used.

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

aifc.getnchannels() Return the number of audio channels (1 for mono, 2 for stereo).

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

class chunk.Chunk(file, align=True, bigendian=True, inclheader=False) Class which represents a chunk. The file argument

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

oss_audio_device.getfmts() Return a bitmask of the audio output formats supported by the soundcard. Some of the formats supported

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

oss_audio_device.mode The I/O mode for the file, either "r", "rw", or "w".

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

audioop.lin2ulaw(fragment, width) Convert samples in the audio fragment to u-LAW encoding and return this as a bytes object

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

oss_audio_device.setfmt(format) Try to set the current audio format to format—see getfmts() for a list

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

audioop.reverse(fragment, width) Reverse the samples in a fragment and returns the modified fragment.

2025-01-10 15:47:30