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