Speech Synthesizer

Applications written for Just BASIC in languages other than Just BASIC
Post Reply
NTech
Posts: 33
Joined: Mon May 01, 2017 7:29 pm
Location: USA

Speech Synthesizer

Post 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!
Attachments
release.zip
distribution - everything you need
(3.3 KiB) Downloaded 250 times
Last edited by NTech on Fri Jun 15, 2018 7:34 pm, edited 2 times in total.
8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8)
NTech
Posts: 33
Joined: Mon May 01, 2017 7:29 pm
Location: USA

Speech Synthesizer

Post 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.
Attachments
src.zip
the source code - c#
(3.11 KiB) Downloaded 224 times
8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8)
Post Reply