setSoundSourcePitch

AudioModuleInterface::setSoundSourcePitch

Sets the pitch of a sound source.

Declaration

virtual void setSoundSourcePitch(SoundSourceID soundSourceID, float newPitch) = 0;

Parameters

Name

Type

Description

soundSourceID

SoundSourceID

The sound source to change the pitch of.

newPitch

float

The new pitch of the sound source.

Returns

None.