Wave_read.setpos(pos) Set the file pointer to the specified position.
aifc.getparams() Returns a
aifc.getcompname() Return a bytes array convertible to a human-readable description of the type of compression used in the audio
aifc.writeframes(data) Write data to the output file. This method can only be called after the audio file parameters have been
oss_mixer_device.reccontrols() Returns a bitmask specifying the mixer controls that may be used to record. See the code example
aifc.getframerate() Return the sampling rate (number of audio frames per second).
audioop.ratecv(fragment, width, nchannels, inrate, outrate, state[, weightA[, weightB]]) Convert the frame rate of the input
oss_mixer_device.get_recsrc() This method returns a bitmask indicating which control(s) are currently being used as a recording
Wave_write.setparams(tuple) The tuple should be (nchannels, sampwidth, framerate, nframes, comptype, compname)
audioop.lin2alaw(fragment, width) Convert samples in the audio fragment to a-LAW encoding and return this as a bytes object
Page 1 of 14