tts-rs/src/backends
Nolan Darilek 4f011e6895 Get Tolk working again.
Two Tolk instances were being created. One checked for the presence of a screen reader. The other actually performed the speech, and was returned as part of the `TTS` instance.

Unfortunately, Tolk doesn't seem to appreciate being called twice. So here we check if a screen reader is detected and, if one is, return the instance that did the detection. Otherwise, error out and return the WinRT backend.
2020-06-11 13:00:24 -05:00
..
mod.rs Initial WinRT backend. 2020-05-18 15:14:09 -05:00
speech_dispatcher.rs Implement support for detecting when TTS is speaking. 2020-06-02 14:53:14 -05:00
tolk.rs Get Tolk working again. 2020-06-11 13:00:24 -05:00
web.rs Implement support for detecting when TTS is speaking. 2020-06-02 14:53:14 -05:00
winrt.rs WinRT fixes. 2020-06-09 11:00:37 -05:00