Skip to main content

One post tagged with "speech"

View All Tags

· One min read
Kirill Vasin

We added a new standard input element! InputAutocomplete. Here is a short demo on that together with a text-to-speech example

EventHandler[InputAutocomplete[Function[{data, cbk},
cbk[DictionaryLookup[data<>"*", 6]];
], "ClearOnSubmit"->False], Function[text,
SpeechSynthesize[text, GeneratedAssetLocation -> None] // EmitSound
]]