-
-
Notifications
You must be signed in to change notification settings - Fork 19
synth_get_volume
CryoEagle edited this page Jan 7, 2019
·
3 revisions
Return currently using volume power
synth_get_volume()
Returns: int
This function will return currently using volume power for text synthetize to speech.
int vol = synth_get_volume();
This above code will show you your currently used volume power.
Back to Synth