Lines Matching refs:aifc
1 :mod:`aifc` --- Read and write AIFF and AIFC files
4 .. module:: aifc
13 **Source code:** :source:`Lib/aifc.py`
41 Module :mod:`aifc` defines the following function:
59 .. method:: aifc.getnchannels()
64 .. method:: aifc.getsampwidth()
69 .. method:: aifc.getframerate()
74 .. method:: aifc.getnframes()
79 .. method:: aifc.getcomptype()
85 .. method:: aifc.getcompname()
91 .. method:: aifc.getparams()
96 .. method:: aifc.getmarkers()
104 .. method:: aifc.getmark(id)
110 .. method:: aifc.readframes(nframes)
117 .. method:: aifc.rewind()
123 .. method:: aifc.setpos(pos)
128 .. method:: aifc.tell()
133 .. method:: aifc.close()
146 .. method:: aifc.aiff()
152 .. method:: aifc.aifc()
159 .. method:: aifc.setnchannels(nchannels)
164 .. method:: aifc.setsampwidth(width)
169 .. method:: aifc.setframerate(rate)
174 .. method:: aifc.setnframes(nframes)
180 .. method:: aifc.setcomptype(type, name)
194 .. method:: aifc.setparams(nchannels, sampwidth, framerate, comptype, compname)
201 .. method:: aifc.setmark(id, pos, name)
207 .. method:: aifc.tell()
213 .. method:: aifc.writeframes(data)
219 .. method:: aifc.writeframesraw(data)
225 .. method:: aifc.close()