#include <vct.h>
BOOL VCT_ReceiveMixedAudio( void* audio_data, u32 length );
audio_data | A pointer to buffer. |
length | Size of buffer. |
TRUE |
The audio data was written in a buffer. |
FALSE |
The audio data does not exist, streaming has not started, or the Library is not initialized. |
This retrieves audio data from a receiving buffer. Unlike the VCT_ReceiveAudio
function, VCT_ReceiveMixedAudio outputs the audio data of all channels after software mixing.
For further information, see the VCT_ReceiveAudio
manual.
2006/04/25 First release