libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |
declared in "vorbis/codec.h";
This function puts the Vorbis decoder into or out of half-rate mode. In half-rate mode, the audio is decoded to only half its original sampling rate. Half-rate mode speeds up decoding at the expense of decoded audio quality.
extern int vorbis_synthesis_halfrate(vorbis_info *v,int flag); |
0 on success. -1 if half-rate mode could not be set.
copyright © 2010 Xiph.Org |
|
libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |