tts-rs/src
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
..
backends UWP tweaks and optimizations. 2020-11-25 10:07:28 -06:00
lib.rs Revert "Pass TTS instance as first argument to utterance callbacks." 2020-11-03 11:03:55 -06:00