#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "vorbis/codec.h"
#include "vorbis/vorbisfile.h"
#ifdef _WIN32
#include <de <stdlib.h>
#i for other information on using libvorbisfile with threads.
[c] Mixed media streams
As of Vorbisfile release 1.2.0, Vorbisfile is able to access the
Vorbis content in mixed-media Ogg streams, not just Vorbis-only
streams. For example, Vorbisfile may be used to open and access the
audio from an Ogg stream consisting of Theora video and Vorbis audio.
Vorbisfile 1.2.0 decodes the first logical audio stream of each
physical stream section.
[d] Faster testing for Vorbis files
ov_test() and ov_test_callbacks() provide less
computationally expensive ways to test a file for Vorbisness, but
require more setup code.
copyright © 2007 Xiph.org |
Ogg Vorbis |
Vorbisfile documentation |
vorbisfile version 1.2.0 - 20070723 |
|