AXARTInitSound

C Specification

#include <revolution.h>
#include <revolution/axart.h>
void AXARTInitSound(AXART_SOUND *sound, AXVPB *voice, u32 sampleRate);

Arguments

sound   Pointer to the user-allocated AXART_SOUND.
voice   Pointer to the user-allocated AXVPB to associate with the sound.
sampleRate   Normal sample rate for the sound sample in Hz.

Return Values

None.

Description

AXARTInitSound() Initializes an AXART_SOUND data structure. Call this function prior to adding articulators to the AXART_SOUND.

See Also

AXARTAddSound
AXARTRemoveSound
AXARTServiceSounds
AXART_SOUND

Revision History

2006/03/01 Initial version.


CONFIDENTIAL