wave.Wave_write.setcomptype()

Wave_write.setcomptype(type, name) Set the compression type and description. At the moment, only compression type NONE

2016-10-07 17:47:15
chunk.Chunk.isatty()

isatty() Returns False.

2016-10-07 17:28:25
audioop.minmax()

audioop.minmax(fragment, width) Return a tuple consisting of the minimum and maximum values of all samples in the sound fragment

2016-10-07 17:27:16
ossaudiodev.oss_audio_device.channels()

oss_audio_device.channels(nchannels) Set the number of output channels to nchannels. A value of 1 indicates monophonic

2016-10-07 17:40:19
ossaudiodev.oss_audio_device.read()

oss_audio_device.read(size) Read size bytes from the audio input and return them as a Python string. Unlike most Unix

2016-10-07 17:40:21
imghdr.what()

imghdr.what(filename, h=None) Tests the image data contained in the file named by filename, and returns a string describing

2016-10-07 17:34:29
audioop.ulaw2lin()

audioop.ulaw2lin(fragment, width) Convert sound fragments in u-LAW encoding to linearly encoded sound fragments. u-LAW encoding

2016-10-07 17:27:17
aifc.aifc.getcomptype()

aifc.getcomptype() Return a bytes array of length 4 describing the type of compression used in the audio file. For AIFF files

2016-10-07 17:26:06
chunk.Chunk.read()

read(size=-1) Read at most size bytes from the chunk (less if the read hits the end of the chunk before obtaining size

2016-10-07 17:28:25
wave.Wave_read.getsampwidth()

Wave_read.getsampwidth() Returns sample width in bytes.

2016-10-07 17:47:14