-
-
Couldn't load subscription status.
- Fork 19
synth_get_volume
drewmccluskey edited this page Feb 12, 2019
·
3 revisions
Return current synth volume level
synth_get_volume()Returns: int
This function will return the current volume level for text synthesize to speech.
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