mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-23 06:49:38 +00:00
Normal volume of speech-dispatcher is 100, not 0.
This commit is contained in:
parent
2f85c3b2bf
commit
a1e4215ea7
|
@ -98,7 +98,7 @@ impl Backend for SpeechDispatcher {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn normal_volume(&self) -> f32 {
|
fn normal_volume(&self) -> f32 {
|
||||||
0.
|
100.
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_volume(&self) -> Result<f32, Error> {
|
fn get_volume(&self) -> Result<f32, Error> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user