Page 1 of 1

Speech Synthesizer

Posted: Tue Jun 05, 2018 5:34 pm
by NTech
This is a speech synthesizer I wrote in C#. It requires the .NET Framework 3.0 and above (available on pretty much all Windows PCs). You can use it to increase ease of access in your applications. It can read text aloud, and at 5.0 kb, it's
small enough to distribute with any application.

:arrow: Please report any troubles or bugs.

Usage:

Code: Select all

run "speech.exe Welcome to my simple app demonstrating the use of speech!"
:) Have fun!

Speech Synthesizer

Posted: Tue Jun 05, 2018 5:37 pm
by NTech
This is the source code for the speech synthesizer, written in C#. Use the most recent version of Visual Studio for the best experience.

:?: What is needed to compile this
:idea: Visual Studio and .NET 3.0+

:?: Build instructions
:idea: Open speech.sln in Visual Studio and hit F5.