audio.aiff vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
aiff-chunk-header struct
common-chunk struct
form-chunk struct
sound-data-chunk struct


Ordinary words
WordStack effect
(read-aiff)( -- audio )
AIFF-MAGIC( -- value )
COMM-MAGIC( -- value )
FORM-MAGIC( -- value )
SSND-MAGIC( -- value )
read-aiff( filename -- audio )
read-aiff-chunks( -- comm ssnd )
read-form-chunk( -- byte-array/f )
sample-rate>integer( byte[10] -- sample-rate )
verify-aiff( chunk -- )


Class predicate words
WordStack effect
aiff-chunk-header?( object -- ? )
common-chunk?( object -- ? )
form-chunk?( object -- ? )
sound-data-chunk?( object -- ? )


Files