-
-
Notifications
You must be signed in to change notification settings - Fork 18
synth_set_volume
drewmccluskey edited this page Feb 12, 2019
·
2 revisions
_Sets volume level for text synthetizing _
synth_set_volume(vol)
Argument | Description |
---|---|
int vol |
The volume power percentage |
Returns: void
This function will set the volume power, it can be set anywhere within a 0-100 range, allowing for a large variety of levels.
synth_set_volume(50);
The above code will set the speaking volume level to 50%.
Back to Synth