Portability | portable |
---|---|
Stability | stable |
Maintainer | [email protected] |
Safe Haskell | Safe-Infered |
Sound.OpenAL.ALC
Description
This module corresponds to chapter 6 (AL Contexts and the ALC API) of the OpenAL Specification and Reference (version 1.1).
ALC is a portable API for managing OpenAL contexts, including resource sharing, locking, and unlocking. Within the core AL API the existence of a context is implied, but the context is not exposed. The context encapsulates the state of a given instance of the AL state machine.
Documentation
module Sound.OpenAL.ALC.BasicTypes
module Sound.OpenAL.ALC.Device
module Sound.OpenAL.ALC.Context
module Sound.OpenAL.ALC.Extensions
module Sound.OpenAL.ALC.Errors
module Sound.OpenAL.ALC.Capture