mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 09:09:38 +00:00
Correctly indicate that WinRT supports detection of speaking.
This commit is contained in:
parent
742daf332b
commit
e1bb6741a9
|
@ -51,7 +51,7 @@ impl Backend for WinRT {
|
|||
rate: true,
|
||||
pitch: true,
|
||||
volume: true,
|
||||
is_speaking: false,
|
||||
is_speaking: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user