libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |
declared in "vorbis/codec.h";
This function retrieves buffers containing decoded audio samples, similarly to vorbis_synthesis_pcmout. However, it includes some extra samples extrapolated from the end of the audio, suitable for crosslapping with other blocks. This exists mainly for libvorbisfile to use for handling chained bitstreams and bitstreams with holes.
extern int vorbis_synthesis_lapout(vorbis_dsp_state *v,float ***pcm); |
The number of samples available in the output buffer. 0 if no more samples are currently available.
copyright © 2010 Xiph.Org |
|
libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |