read-vorbis-stream ( filename buffer-size -- vorbis-stream )
Ogg Vorbis audio streaming

Prev:vorbis-stream
Next:<vorbis-stream> ( stream buffer-size -- vorbis-stream )


Vocabulary
audio.vorbis

Inputs
filenamea string
buffer-sizean integer


Outputs
vorbis-streama vorbis-stream


Word description
Opens a binary <file-reader> for the file named filename, and construct a vorbis-stream over the file contents using <vorbis-stream>.

See also
<vorbis-stream>

Definition