tts-rs/src/backends
Nolan Darilek f4952ad132 UWP tweaks and optimizations.
* Initialized TTS `MediaPlayer` in real-time mode.
* Set media category to speech.
* More aggressively drop locks to prevent deadlocks.
* Remove checks of queued items that are no longer necessary.
* Made `is_speaking` check both media player state and queued item count.
* Return eagerly from `stop` if speech isn't in progress, thus eliminating more locks.
2020-11-25 10:07:28 -06:00
..
appkit.rs Derive Debug. 2020-11-02 21:44:47 -06:00
av_foundation.rs Revert "Pass TTS instance as first argument to utterance callbacks." 2020-11-03 11:03:55 -06:00
mod.rs Gate Tolk behind use_tolk feature to support compilation on UWP. 2020-10-08 19:07:07 -05:00
speech_dispatcher.rs Revert "Pass TTS instance as first argument to utterance callbacks." 2020-11-03 11:03:55 -06:00
tolk.rs Derive Debug. 2020-11-02 21:44:47 -06:00
web.rs Revert "Pass TTS instance as first argument to utterance callbacks." 2020-11-03 11:03:55 -06:00
winrt.rs UWP tweaks and optimizations. 2020-11-25 10:07:28 -06:00