Handbook
Glossary
<audio> ( channels sample-bits sample-rate size data -- audio )
Audio framework
Prev:
audio
Next:
openal-format ( audio -- format )
Vocabulary
audio
Inputs
channels
an
integer
sample-bits
an
integer
sample-rate
an
integer
size
an
integer
data
a
c-ptr
Outputs
audio
an
integer
Word description
Constructs an
audio
object with the given parameters.
Definition
USING:
kernel
;
IN:
audio
:
<audio>
( channels sample-bits sample-rate size data -- audio )
\
audio
boa
;
inline