rest25/library/al.rst => rest262/library/al.rst
f1
2:mod:`al` --- Audio functions on the SGI
3========================================
4
5.. module:: al
6   :platform: IRIX
7   :synopsis: Audio functions on the SGI.
n8+   :deprecated:
9+ 
10+.. deprecated:: 2.6
11+    The :mod:`al` module has been deprecated for removal in Python 3.0.
8
9
10This module provides access to the audio facilities of the SGI Indy and Indigo
11workstations.  See section 3A of the IRIX man pages for details.  You'll need to
12read those man pages to understand what these functions do!  Some of the
13functions are not available in IRIX releases before 4.0.5.  Again, see the
14manual to check whether a specific function is available on your platform.
15
189
190
191:mod:`AL` --- Constants used with the :mod:`al` module
192======================================================
193
194.. module:: AL
195   :platform: IRIX
196   :synopsis: Constants used with the al module.
t201+   :deprecated:
202+ 
203+.. deprecated:: 2.6
204+   The :mod:`AL` module has been deprecated for removal in Python 3.0.
197
198
199This module defines symbolic constants needed to use the built-in module
200:mod:`al` (see above); they are equivalent to those defined in the C header file
201``<audio.h>`` except that the name prefix ``AL_`` is omitted.  Read the module
202source for a complete list of the defined names.  Suggested use::
203
204   import al
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op