(C)Copyright 2000 NTT Cyber Space Laboratories

TvqDecodeFrame()


name
TvqDecodeFrame TwinVQ frame wise decoding

style
#include "twinvq.h"
#include "tvqdec.h"
void TvqDecodeFrame(INDEX *index, float out[]);


function
TvqDecodeFrame() decode index and generate audio signals and store in out Data length of out is equal to (frame length) * (number of channels). Frame length and the number of channels can be obtained by calling TvqGetFrameSize() and TvqGetNumChannels().

Return value
no

Remark
Memory for out[] should be allocated.

Related function
TvqGetFrameSize(), TvqGetNumChannels()

file name containing this module
tvqdec.dll