Skip to content

synth_get_volume

CryoEagle edited this page Jan 7, 2019 · 3 revisions

synth_get_volume

Return currently using volume power

Syntax:

synth_get_volume()

Returns: int

Description:

This function will return currently using volume power for text synthetize to speech.

Example:

int vol = synth_get_volume(); 

This above code will show you your currently used volume power.

Back to Synth

Clone this wiki locally