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

Wave_read.getframerate() Returns sampling frequency.

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

audioop.findfactor(fragment, reference) Return a factor F such that rms(add(fragment, mul(reference, -F)))

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

aifc.setcomptype(type, name) Specify the compression type. If not specified, the audio data will not be compressed. In AIFF

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

audioop.add(fragment1, fragment2, width) Return a fragment which is the addition of the two samples passed as parameters. width

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

audioop.maxpp(fragment, width) Return the maximum peak-peak value in the sound fragment.

2025-01-10 15:47:30