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, similarly Chris@1: to vorbis_synthesis_pcmout. Chris@1: However, it includes some extra samples extrapolated from the end of Chris@1: the audio, suitable for crosslapping with other blocks. This exists mainly Chris@1: for libvorbisfile to use for Chris@1: handling chained bitstreams and bitstreams with holes.
Chris@1: Chris@1:
Chris@1: Chris@1: extern int vorbis_synthesis_lapout(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: