SetSpeechVolume (int volume)
Sets the volume for in-game speech. VOLUME ranges from 0-255, where 255 is
the loudest. The default speech volume is 255 so this function can only
be used to reduce the volume.
Example:
SetSpeechVolume(200);
will set the speech volume to 200.
See Also: SetMusicVolume, SetSoundVolume
|