libvorbis documentation |
libvorbis version 1.3.2 - 20101101 |
declared in "vorbis/codec.h";
This function retrieves buffers containing decoded audio samples.
The application is not required to make use of all of the samples made available to it by one call to this function before it continues to decode. Use vorbis_synthesis_read to inform the decoder of how many samples were actually used. Any unused samples will be included in the buffers output by the next call to this function.
extern int vorbis_synthesis_pcmout(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 |