Handbook
Glossary
alutLoadMemoryWaveform ( waveshape frequency phase duration format size freq -- void* )
Vocabulary
openal
.
alut
Inputs
waveshape
an
object
frequency
an
object
phase
an
object
duration
an
object
format
an
object
size
an
object
freq
an
object
Outputs
void*
an
object
Definition
USING:
alien.c-types
alien.syntax
openal
;
IN:
openal.alut
LIBRARY:
alut
FUNCTION:
void*
alutLoadMemoryWaveform
(
ALenum
waveshape,
ALfloat
frequency,
ALfloat
phase,
ALfloat
duration, ALenum* format, ALsizei* size, ALfloat*
freq )