TWebSpeechSynthesis voices

HI friends. When using the TWebSpeechSynthesis component from a web browser, the documentation is not clear what TTS voices it will use. Is the component using the voices installed on the client's local computer, or can we use web-based TTS voices? I could not find a demo project within the TMS Web Core installation. Is there a demo project available?
Thank You.

There is a small live demo from this blog

It will use the local installed voices. You select it with the voice property. You can use WebSpeechSynthesis.GetVoices() to get the installed voices.

1 Like