1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-26 23:59:37 +00:00

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

View File

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