This is a quick reimplementation of espeak-gui. But this time in C and with GTK3.
It is my Dyslexic aid. I'll be honest, it's quick and dirty because it's just for me.
At the moment this is purely for GNU/Linux because that's my home. The code is not Shakespear and does not all work, but it's good enough for my uses.
Feel free to use it and patches are most welcome.
At the moment it's just from source.
In Debian/Ubuntu/Mint to install required packages do:
sudo apt-get install gcc make imagemagick libgtk-3-dev libgtksourceview-3.0-dev libespeak-ng-dev
Then to install do:
sudo make install
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details (file COPYING in the root directory).
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.