<audio> ( channels sample-bits sample-rate size data -- audio )
Audio framework

Prev:audio
Next:openal-format ( audio -- format )


Vocabulary
audio

Inputs
channelsan integer
sample-bitsan integer
sample-ratean integer
sizean integer
dataa c-ptr


Outputs
audioan integer


Word description
Constructs an audio object with the given parameters.

Definition


: <audio>
( channels sample-bits sample-rate size data -- audio )
\ audio boa ; inline