Correctly indicate that WinRT supports detection of speaking.

This commit is contained in:
Nolan Darilek 2020-07-07 09:08:44 -05:00
parent 742daf332b
commit e1bb6741a9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ impl Backend for WinRT {
rate: true,
pitch: true,
volume: true,
is_speaking: false,
is_speaking: true,
}
}