Using a speech engine to highlight words: Difference between revisions

Content added Content deleted
(→‎Tcl: Added implementation)
m (In languages where cursor control and highlighting are not possible)
Line 1: Line 1:
{{draft task}}[[Category:Speech synthesis]][[Category:Temporal media]]
{{draft task}}[[Category:Speech synthesis]][[Category:Temporal media]]
Send a piece of text in a simple GUI through a text-to-speech engine (producing spoken output). At the same time as each word is being spoken, highlight the word in the GUI. (The GUI does not need to be interactive, but some extra kudos for allowing users of the code to provide their own text.)
Send a piece of text in a simple GUI through a text-to-speech engine (producing spoken output). At the same time as each word is being spoken, highlight the word in the GUI. (The GUI does not need to be interactive, but some extra kudos for allowing users of the code to provide their own text.) In languages where cursor control and highlighting are not possible, it is permissible to output each word as it is spoken.


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==