Lines Matching full:vorbis
18 /* Takes a vorbis bitstream from stdin and writes raw stereo PCM to
27 #include <vorbis/codec.h>
47 ogg_page og; /* one Ogg bitstream page. Vorbis packets are inside */
50 vorbis_info vi; /* struct that stores all the static vorbis bitstream
84 (which is guaranteed to be small and only contain the Vorbis
98 /* error case. Must not be Vorbis data */
108 Ogg bitstream is in fact Vorbis data */
111 read all three Vorbis headers at once because reading the initial
112 header is an easy way to identify a Vorbis bitstream and it's
124 /* no page? must not be vorbis */
130 /* error case; not a vorbis header */
131 fprintf(stderr,"This Ogg bitstream does not contain Vorbis "
136 /* At this point, we're sure we're Vorbis. We've set up the logical
138 set up the Vorbis decoder */
179 fprintf(stderr,"End of file before finding all Vorbis headers!\n");
199 /* OK, got and parsed all three headers. Initialize the Vorbis