aifc.setnframes(nframes) Specify the number of frames that are to be written to the audio file. If this parameter is not set
oss_audio_device.sync() Wait until the sound device has played every byte in its buffer. (This happens implicitly when the device
colorsys.hsv_to_rgb(h, s, v) Convert the color from HSV coordinates to RGB coordinates.
aifc.getsampwidth() Return the size in bytes of individual samples.
aifc.getmarkers() Return a list of markers in the audio file. A marker consists of a tuple of three elements. The first is the
Wave_read.getframerate() Returns sampling frequency.
aifc.setframerate(rate) Specify the sampling frequency in frames per second.
audioop.add(fragment1, fragment2, width) Return a fragment which is the addition of the two samples passed as parameters. width
audioop.maxpp(fragment, width) Return the maximum peak-peak value in the sound fragment.
aifc.setcomptype(type, name) Specify the compression type. If not specified, the audio data will not be compressed. In AIFF
Page 4 of 14