openal-format ( audio -- format )
Audio framework

Prev:<audio> ( channels sample-bits sample-rate size data -- audio )


Vocabulary
audio

Inputs
audioan audio


Outputs
formatan ALenum value


Word description
Returns the OpenAL format value that corresponds to the format of the audio object. If the object's format doesn't match an OpenAL-supported format, a format-unsupported-by-openal error is thrown.

Definition