Home | History | Annotate | Download | only in vorbisfile

Lines Matching full:vorbis

21 This program takes a vorbis bitstream from stdin and writes raw pcm to stdout.
24 First, relevant headers, including vorbis-specific "codec.h" and "vorbisfile.h" have to be included.
34 #include "vorbis/codec.h"
35 #include "vorbis/vorbisfile.h"
91 <a href="ov_open_callbacks.html">ov_open_callbacks()</a> also checks to ensure that we're reading Vorbis format and not something else.
186 The full source for vorbisfile_example.c can be found with the vorbis
193 <td><p class=tiny>copyright &copy; 2000 vorbis team</p></td>
194 <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a><br><a href="mailto:team@vorbis.org">team@vorbis.org</a></p></td>