Text2Speech is a small and easy to use Text To Speech (TTS) application written in C#. It uses the Microsoft .NET Framework 2.0 to run.
License
GNU General Public License version 2.0 (GPLv2)Follow Text2Speech
Other Useful Business Software
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
10/10 i like this
-
Very good Software.
-
Excellent work! == How to install Text2Speech in wine == -- Important Update (March 2013) -- As you'll have to install MS Speech SDK anyway to use Text2Speech in wine, do that, and then dismiss Text2Speech. Instead, use Microsoft's example program "C:\Program Files\Microsoft Speech SDK 5.1\Bin\TTSApp.exe" that is included in the SpeechSDK. Advantages: * Save disk space because you don't need Mono. * Ability to pause reading, esp. useful for long texts. * Ability to stop reading, esp. useful for texts that turn out to be boring. ;-) * Finer grained control of reading speed. Additional voices and language packs for SpeechSDK: http ://www .bytecool .com/voices.htm -- Old instructions from 2012 -- 1. Download Text2Speech: http ://sourceforge .net/projects/text2speech/ 2. Install winetricks: http ://winetricks .org/ 3. Install Microsoft Speech SDK v5.1 or later. $ WINEDLLOVERRIDES='msi=b,n' winetricks speechsdk or if manually downloaded and "cabextract"ed, $ WINEDLLOVERRIDES='msi=b,n' wine setup.exe The DLL override was required as of 2012-04-16 to fix the error "wine msiexec returned status 65" aka "Windows Installer Service could not be accessed". { file: "SpeechSDK51.exe", size: 71275856, md5: "bdb41f00be2a6e1ed36198fff5a5c08a", sha1: "f69efaee8eb47f8c7863693e8b8265a3c12c4f51" } 4. "Install Mono for Windows to run .NET 2.0 applications." $ winetricks mono28 { file: "mono-2.8.2-gtksharp-2.12.10-win32-1.exe", size: 81235367, md5: "801260fa2ba3eb8ec56a3a4f648408f9", sha1: "d0ee2360b6fb7f16c35b54ee67044ff22bb1487e" } 5. Install Text2Speech. { file: "Text2Speech-2.0.5-Setup.exe", size: 136293, md5: "53c825c371fc4049ecc33d5974878f7d", sha1: "2e5dd74fd78e8bf1a6f70198f38139a4feded68c" } 6. Should work now. Tested 2012-04-16 on Ubuntu 10.04.4 LTS (lucid) with wine-1.4