Skip to main content

tts_set_volume

Function tts_set_volume 

Source
#[unsafe(no_mangle)]
pub extern "C" fn tts_set_volume(ctx: *mut tts_ctx, volume: f32)
Expand description

Set the speech volume (1.0 = normal).

§Safety

ctx must be valid.