Normal volume of speech-dispatcher is 100, not 0.

This commit is contained in:
Nolan Darilek 2020-08-18 15:19:34 -05:00
parent 2f85c3b2bf
commit a1e4215ea7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ impl Backend for SpeechDispatcher {
}
fn normal_volume(&self) -> f32 {
0.
100.
}
fn get_volume(&self) -> Result<f32, Error> {