| # eSpeak Text-to-Speech | # eSpeak Text-to-Speech | ||||
| - [Building](#building) | |||||
| - [Testing](#testing) | |||||
| - [Installing](#installing) | |||||
| - [Building Voices](#building-voices) | |||||
| - [Adding New Voices](#adding-new-voices) | |||||
| - [Historical Releases](#historical-releases) | |||||
| ---------- | |||||
| This branch contains changes to eSpeak to support building on a POSIX system | This branch contains changes to eSpeak to support building on a POSIX system | ||||
| by using autotools. | by using autotools. | ||||
| $ find /usr/lib | grep libespeak | $ find /usr/lib | grep libespeak | ||||
| ## Voices | |||||
| ## Building Voices | |||||
| If you are modifying a language's phoneme, voice or dictionary files, you | If you are modifying a language's phoneme, voice or dictionary files, you | ||||
| can just build that voice by running: | can just build that voice by running: | ||||
| to build an English voice file with those changes in without rebuilding | to build an English voice file with those changes in without rebuilding | ||||
| all the voices. This will make it easier to spot errors. | all the voices. This will make it easier to spot errors. | ||||
| ### Adding New Voices | |||||
| ## Adding New Voices | |||||
| Once you have added the necessary files to eSpeak to support the new voice, | Once you have added the necessary files to eSpeak to support the new voice, | ||||
| you can then run: | you can then run: |