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