Search

Text to Speech Application

This week I managed to create an application in Visual Studio that can convert text to speech. I ran into a few roadblocks, such as how I wanted to implement this application (windows form, windows desktop application, etc.) and also how to obtain the project type CLR Empty Project.


The text-to-speech application works by opening a Windows form that has a text box and a button. The user enters information into the form, and when clicking the "Speak" button, they can hear the words that they typed.


I struggled with this part of my project because a lot of text to speech applications require using a third party software, such as ESpeak, and I did not want to download anything like that.


Here is a visual of the text to speech program:


Regarding the post on January 25th, I was successfully able to create the redirect page and have it so when a user clicks my name which is a hyperlink, it will redirect to my webpage. I accomplished this by renaming the php file to "index.php".


My Sources:

Text to Speech: https://www.youtube.com/watch?v=gCWqPVCuov4


0 views0 comments