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
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
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