cannam@86: cannam@86: cannam@86:
cannam@86:libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86:
declared in "vorbis/codec.h";
cannam@86: cannam@86:This function informs the Vorbis decoder of how many cannam@86: samples the application used from the last buffer output by cannam@86: vorbis_synthesis_pcmout.
cannam@86: cannam@86:
cannam@86: cannam@86: extern int vorbis_synthesis_read(vorbis_dsp_state *v,int samples); cannam@86:cannam@86: |
cannam@86:
cannam@86:cannam@86:0 on success. cannam@86:OV_EINVAL if samples is greater than the number of remaining cannam@86: samples in the buffer. cannam@86:
cannam@86:
cannam@86:
cannam@86:
copyright © 2010 Xiph.Org |
cannam@86: cannam@86: |
libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86: