We Need a logo!
Want to help? Make us one!
|| Speakup  || SF Project  || Downloads || CVS  || Forums 

TuxTalk, is a software-based voice synthesizer for the GNU/Linux operating system, originally based on the public domain voice synth rsynth. It is under the GPL and is the only such voice synth we are aware of that is.

TuxTalk is scheduled to be the first software synth for speakup. TuxTalk has been designed to accept in-stream commands based on the DoubleTalk command set. It currently supports rate, pitch change, punctuation levels and most important instant silencing of speech.

The fundamental challenge to preparing TuxTalk for inclusion in the speakup system is size; Most software based voice synthesizers are very large and thus unsuitable for building into the Linux kernel. Of course, there are always trade offs. When you hack a software synth down to a usable size you give up some speech quality.

The goal therefore is to create a small enough package to be useful and retain the highest voice quality as possible.

The next challenge is to create a module out of it which can be loaded and unloaded at will into the kernel. To do this the code has to be as self-dependent as possible.

With a software synthesizer you also need to consider the audio drivers necessary to produce the sound for the synth.

For the speakup project we tend to use the ALSA drivers because of their nice handling of many sound cards and features. Unfortunately, the ALSA drivers can not be compiled into the kernel. This creates a problem for speakup because we want to have speech available as early in the booting process as we can. So, we either need to make TuxTalk work with the standard OSS drivers which come with Linux or modify the ALSA drivers to compile into the kernel.

Currently, TuxTalk's voice quality is not really that high. We can improve that by adding full phonem support. First however, we need to overcome some of the problems mentioned above. Speakup is currently being rewritten to support loading modules to accommodate TuxTalk as a module.

TuxTalk is currently waiting for speakup's driver modularization and for someone with more time to help work on it.

TuxTalk can be found in the linux-speakup.org cvs area with the module name tuxtalk, as soon well on the Source forge CVS.

You can check it out from the linux-speakup CVS by doing:

cvs -d:pserver:anonymous@linux-speakup.org:/usr/src/CVS login
Password: please
cvs -d:pserver:anonymous@linux-speakup.org:/usr/src/CVS checkout tuxtalk

Be careful, the CVS in the path above is uppercase.

We now also have a home here at sourceforge.net, And you can gain more info about this project from our Sourceforge project page.

Kirk Reiser is the current lead project maintainer with occasional tinkering by Terry Cudney and a cast of developers.

This page and the sourceforge project is maintained with donated time and effort by the http://www.pimpsoft.com team and the developers who join our quest for blind users to no longer be second class in the computing world.


SourceForge.net Logo
All Content Under GPL or The Open Document License. All rights reserved.