Search code examples
windowsdelphitext-to-speech

Text to speech in Delphi


I am improving a small alarm/reminder application that I build years ago, and I would like to do an hourly beep, but instead of beeping it would be much nicer it would tell time. Is there any simple way to do this in DELPHI D2007 or later?


Solution

  • Check Brian Long tutorial's Speech Synthesis & Speech Recognition Using SAPI 5.1

    I wrote a text to speech software using this tutorial.

    It reads the clipboard content when I press CTRL + F10