Parents: | audio.vorbis |
Word | Stack effect |
(decode-audio) | ( vorbis-stream offset -- offset' ) |
(sync-pages) | ( vorbis-stream ? -- ? ) |
?ogg-error | ( n -- ) |
?vorbis-error | ( code -- ) |
buffer-data-from-stream | ( vorbis-stream -- ? ) |
confirm-buffer | ( len vorbis-stream -- ? ) |
decode-audio | ( vorbis-stream offset -- offset' ) |
decode-packet | ( vorbis-stream -- state ) |
decode-remaining-vorbis-header-packet | ( vorbis-stream -- ) |
drop-initial-other-header | ( state vorbis-stream -- ) |
float>short-sample | ( float -- short ) |
get-pending-decoded-audio | ( vorbis-stream -- pcm len ) |
get-remaining-vorbis-header-packet | ( player -- ? ) |
have-required-vorbis-headers? | ( vorbis-stream -- ? ) |
init-vorbis | ( vorbis-stream -- ) |
init-vorbis-codec | ( vorbis-stream -- ) |
initialize-decoder | ( vorbis-stream -- ) |
is-initial-vorbis-packet? | ( vorbis-stream -- ? ) |
ogg-stream-init | ( vorbis-stream -- state ) |
ogg-stream-packetout | ( state vorbis-stream -- ) |
ogg-stream-pagein | ( state vorbis-stream -- ) |
parse-initial-headers | ( vorbis-stream -- ) |
parse-remaining-headers | ( vorbis-stream -- ) |
parse-remaining-vorbis-headers | ( vorbis-stream -- ) |
process-initial-header | ( vorbis-stream -- ? ) |
queue-audio | ( vorbis-stream -- ? ) |
queue-page | ( vorbis-stream -- ) |
read-bytes-into | ( dest size stream -- len ) |
retrieve-page | ( vorbis-stream -- ? ) |
save-initial-vorbis-header | ( state vorbis-stream -- ) |
standard-initial-header? | ( vorbis-stream -- bool ) |
stream-into-buffer | ( buffer size vorbis-stream -- len ) |
sync-buffer | ( vorbis-stream -- buffer size ) |
sync-pages | ( vorbis-stream -- ? ) |
vorbis-header? | ( vorbis-stream -- ? ) |
write-pcm-to-buffer | ( vorbis-stream offset pcm len -- offset' ) |