• Home
  • Raw
  • Download

Lines Matching full:audio

2 :mod:`al` --- Audio functions on the SGI
7 :synopsis: Audio functions on the SGI.
14 This module provides access to the audio facilities of the SGI Indy and Indigo
25 Symbolic constants from the C header file ``<audio.h>`` are defined in the
30 The current version of the audio library may dump core when bad argument values
44 :dfn:`audio port object`; methods of audio port objects are described below.
49 The return value is a new :dfn:`audio configuration object`; methods of audio
79 .. method:: audio configuration.getqueuesize()
84 .. method:: audio configuration.setqueuesize(size)
89 .. method:: audio configuration.getwidth()
94 .. method:: audio configuration.setwidth(width)
99 .. method:: audio configuration.getchannels()
104 .. method:: audio configuration.setchannels(nchannels)
109 .. method:: audio configuration.getsampfmt()
114 .. method:: audio configuration.setsampfmt(sampfmt)
119 .. method:: audio configuration.getfloatmax()
124 .. method:: audio configuration.setfloatmax(floatmax)
137 .. method:: audio port.closeport()
142 .. method:: audio port.getfd()
147 .. method:: audio port.getfilled()
152 .. method:: audio port.getfillable()
157 .. method:: audio port.readsamps(nsamples)
164 .. method:: audio port.writesamps(samples)
170 .. method:: audio port.getfillpoint()
175 .. method:: audio port.setfillpoint(fillpoint)
180 .. method:: audio port.getconfig()
185 .. method:: audio port.setconfig(config)
190 .. method:: audio port.getstatus(list)
209 ``<audio.h>`` except that the name prefix ``AL_`` is omitted. Read the module