linux

Shell Commands In C#

Wednesday, January 28th, 2009

The simplest way to run a shell command in c# is as follows:

System.Diagnostics.Process.Start("festival –tts hello.txt");

Text to Speech in Linux

Wednesday, January 28th, 2009

I’m working on a “Workout Coach” application for Linux and it requires the use of either recorded sounds or a text to speech converter to tell you when to change exercises or intensity. I decided to go with the text to speech option to start with as it’s easierto type in a few words than [...]