I am exploring the possibilities of the speech synthesis plugin right now. The manual says:
"Speech synthesis expressions
VoiceCount
Return the number of voices available for use with speech synthesis.
VoiceLangAt(index)
VoiceNameAt(index)
VoiceURIAt(index)
Return the language, name, or URI of the voice at the given zero-based index. This can be used to show the user a list of possible voices to choose. To select a different voice, pass the appropriate voice URI to the Speak text action."
construct.net/en/make-games/manuals/construct-3/plugin-reference/speech-synthesis
my question is: can I use these expression in visual scripting (and if yes, how), or is this something I have to do in JavaScript?
Does someone have experience with working with speech synthesis? How can I find out which URIs I can use on the devices and browsers?