From 8e94244f86e657e4113e35438e59cf5771882b25 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Mar 2024 12:51:03 +0100 Subject: libogg and libvorbis are no longer part of this source tree --- .../doc/libvorbis/vorbis_synthesis_halfrate.html | 68 ---------------------- 1 file changed, 68 deletions(-) delete mode 100644 contrib/vorbis/doc/libvorbis/vorbis_synthesis_halfrate.html (limited to 'contrib/vorbis/doc/libvorbis/vorbis_synthesis_halfrate.html') diff --git a/contrib/vorbis/doc/libvorbis/vorbis_synthesis_halfrate.html b/contrib/vorbis/doc/libvorbis/vorbis_synthesis_halfrate.html deleted file mode 100644 index fefe8d3..0000000 --- a/contrib/vorbis/doc/libvorbis/vorbis_synthesis_halfrate.html +++ /dev/null @@ -1,68 +0,0 @@ - - - -libvorbis - function - vorbis_synthesis_halfrate - - - - - - - - - -

libvorbis documentation

libvorbis version 1.3.2 - 20101101

- -

vorbis_synthesis_halfrate

- -

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);
-
-
- -

Parameters

-
-
v
-
The vorbis_info structure for the -decoder instance.
-
flag
-
Whether half-rate mode is to be turned on or off. Zero turns it off; -nonzero turns it on.
-
- - -

Return Values

-
-
  • 0 on success.
  • -
  • -1 if half-rate mode could not be set.
  • -
    -

    - -

    -


    - - - - - - - - -

    copyright © 2010 Xiph.Org

    Ogg Vorbis

    libvorbis documentation

    libvorbis version 1.3.2 - 20101101

    - - - - - -- cgit v1.1