OpenAL-1.4.0.2: A binding to the OpenAL cross-platform 3D audio API

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Safe HaskellSafe-Inferred

Sound.OpenAL.AL.Format

Description

This is a purely internal module for (un-)marshaling Format.

Synopsis

Documentation

data Format Source

Valid sound formats. An implementation may expose other formats, see Sound.OpenAL.ALC.Extensions for information on determining if additional formats are supported.

Constructors

Mono8 
Mono16 
Stereo8 
Stereo16 

Instances