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

aifc.getparams() Returns a

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

aifc.getcompname() Return a bytes array convertible to a human-readable description of the type of compression used in the audio

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

aifc.writeframes(data) Write data to the output file. This method can only be called after the audio file parameters have been

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

oss_mixer_device.reccontrols() Returns a bitmask specifying the mixer controls that may be used to record. See the code example

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

aifc.getframerate() Return the sampling rate (number of audio frames per second).

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

audioop.ratecv(fragment, width, nchannels, inrate, outrate, state[, weightA[, weightB]]) Convert the frame rate of the input

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

oss_mixer_device.get_recsrc() This method returns a bitmask indicating which control(s) are currently being used as a recording

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

Wave_write.setparams(tuple) The tuple should be (nchannels, sampwidth, framerate, nframes, comptype, compname)

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

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

2025-01-10 15:47:30