next up previous contents index
Next: 17.3 Built-in Module cd Up: 17 SGI IRIX Specific Previous: 17.1.2 Port Objects

17.2 Standard Module AL

 

This module defines symbolic constants needed to use the built-in module 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
from AL import *



guido@cnri.reston.va.us