Skip to content

synth_get_volume

drewmccluskey edited this page Feb 12, 2019 · 3 revisions

synth_get_volume

Return current synth volume level

Syntax:

synth_get_volume()

Returns: int

Description:

This function will return the current volume level for text synthesize to speech.

Example:

int vol = synth_get_volume(); 

This above code will set int vol to the current synthesize volume level, which will be a range between 0-100.

Back to Synth

Clone this wiki locally