wave.Wave_read.setpos()
  • References/Python/Python/Multimedia

Wave_read.setpos(pos) Set the file pointer to the specified position.

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

audioop.avgpp(fragment, width) Return the average peak-peak value over all samples in the fragment. No filtering is done, so

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

audioop.lin2lin(fragment, width, newwidth) Convert samples between 1-, 2-, 3- and 4-byte formats.

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

Wave_write.setnchannels(n) Set the number of channels.

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

sndhdr.what(filename) Determines the type of sound data stored in the file filename using whathdr(). If

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

Wave_read.rewind() Rewind the file pointer to the beginning of the audio stream.

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

colorsys.rgb_to_yiq(r, g, b) Convert the color from RGB coordinates to YIQ coordinates.

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

oss_mixer_device.set(control, (left, right)) Sets the volume for a given mixer control to (left,right). left

2025-01-10 15:47:30