Handbook
Glossary
float>short-sample ( float -- short )
Vocabulary
audio
.
vorbis
.
private
Inputs
float
an
object
Outputs
short
an
object
Definition
USING:
math
math.order
;
IN:
audio.vorbis.private
:
float>short-sample
( float -- short )
-32767.5
*
0.5
-
>integer
-32768 32767
clamp
;
inline