f | |
| :mod:`al` --- Audio functions on the SGI |
| ======================================== |
| |
| .. module:: al |
| :platform: IRIX |
| :synopsis: Audio functions on the SGI. |
n | :deprecated: |
| |
| .. deprecated:: 2.6 |
| The :mod:`al` module has been deprecated for removal in Python 3.0. |
| |
| |
| This module provides access to the audio facilities of the SGI Indy and Indigo |
| workstations. See section 3A of the IRIX man pages for details. You'll need to |
| read those man pages to understand what these functions do! Some of the |
| functions are not available in IRIX releases before 4.0.5. Again, see the |
| manual to check whether a specific function is available on your platform. |
| |
| |
| |
| :mod:`AL` --- Constants used with the :mod:`al` module |
| ====================================================== |
| |
| .. module:: AL |
| :platform: IRIX |
| :synopsis: Constants used with the al module. |
t | :deprecated: |
| |
| .. deprecated:: 2.6 |
| The :mod:`AL` module has been deprecated for removal in Python 3.0. |
| |
| |
| This module defines symbolic constants needed to use the built-in module |
| :mod:`al` (see above); they are equivalent to those defined in the C header file |
| ``<audio.h>`` except that the name prefix ``AL_`` is omitted. Read the module |
| source for a complete list of the defined names. Suggested use:: |
| |
| import al |