Wave_write.setcomptype(type, name) Set the compression type and description. At the moment, only compression type NONE
colorsys.yiq_to_rgb(y, i, q) Convert the color from YIQ coordinates to RGB coordinates.
Wave_write.close() Make sure nframes is correct, and close the file if it was opened by wave. This method
read(size=-1) Read at most size bytes from the chunk (less if the read hits the end of the chunk before obtaining size
oss_audio_device.read(size) Read size bytes from the audio input and return them as a Python string. Unlike most Unix
ossaudiodev.open(mode) ossaudiodev.open(device, mode) Open an audio device and return an OSS audio device object
audioop.tostereo(fragment, width, lfactor, rfactor) Generate a stereo fragment from a mono fragment. Each pair of samples in
audioop.minmax(fragment, width) Return a tuple consisting of the minimum and maximum values of all samples in the sound fragment
isatty() Returns False.
audioop.alaw2lin(fragment, width) Convert sound fragments in a-LAW encoding to linearly encoded sound fragments. a-LAW encoding
Page 13 of 14