ossaudiodev.oss_mixer_device.get()
  • References/Python/Python/Multimedia

oss_mixer_device.get(control) Returns the volume of a given mixer control. The returned volume is a 2-tuple (left_volume

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

oss_mixer_device.fileno() Returns the file handle number of the open mixer device file.

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

Wave_read.getcomptype() Returns compression type ('NONE' is the only supported type).

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

wave.open(file, mode=None) If file is a string, open the file by that name, otherwise treat it as a file-like object

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

audioop.byteswap(fragment, width) “Byteswap” all samples in a fragment and returns the modified fragment. Converts big-endian

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

oss_audio_device.write(data) Write a bytes-like object data to the audio device

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

audioop.getsample(fragment, width, index) Return the value of sample index from the fragment.

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

ossaudiodev.openmixer([device]) Open a mixer device and return an OSS mixer device object. device is the mixer device

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

audioop.findmax(fragment, length) Search fragment for a slice of length length samples (not bytes!) with maximum

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

Wave_write.setnframes(n) Set the number of frames to n. This will be changed later if the number of frames actually

2025-01-10 15:47:30