AXSetVoiceRmtMix

Syntax

#include <revolution/ax.h>

void AXSetVoiceRmtMix(AXVPB *p, AXPBRMTMIX  *mix);

Arguments

p Pointer to the specified voice.
mix Pointer to a structure of type AXPBRMTMIX. Values are initialized by the user audio application.

Return Values

None.

Description

The AXSetVoiceRmtMix function sets the mixing parameters (AXPBRMTMIX) for the controller speaker having the specified voice.

When playing audio from a controller speaker, not only must the appropriate mixing parameters be set using this function, but voice processing for the controller speaker must also be enabled by setting AX_PB_REMOTE_ON in axvpb.pb.remote.

The AXSetVoiceRmtMix function sets the appropriate value for axvpb.pb.rmtMixterCtrl in accordance with the mixing parameter already set. It also asserts the AX_SYNC_USER_RMTMIX for axvpb.sync.

See Also

axvpb.sync, axvpb.pb.rmtMix, axvpb.pb.rmtMixerCtrl, axvpb.pb.remote, AXSetVoiceRmtOn

Revision History

2006/07/31 Initial version.


CONFIDENTIAL