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 retrieves buffers containing decoded audio samples.
Chris@1:The application is not required to make use of all of the samples Chris@1: made available to it by one call to this function before it continues to Chris@1: decode. Use vorbis_synthesis_read Chris@1: to inform the decoder of how many samples were actually used. Any Chris@1: unused samples will be included in the buffers output by the next call Chris@1: to this function.
Chris@1: Chris@1:
Chris@1: Chris@1: extern int vorbis_synthesis_pcmout(vorbis_dsp_state *v,float ***pcm); Chris@1:Chris@1: |
Chris@1:
Chris@1:Chris@1:The number of samples available in the output buffer. Chris@1:0 if no more samples are currently available. 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: