https://github.com/davidar/cspeak
https://github.com/davidar/cspeak
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidar/cspeak
- Owner: davidar
- License: gpl-2.0
- Created: 2009-07-25T06:31:23.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-09-24T07:18:45.000Z (over 16 years ago)
- Last Synced: 2025-04-28T13:08:36.044Z (about 1 year ago)
- Language: C
- Homepage: http://da.vidr.cc/projects/cspeak/
- Size: 89.8 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
CSpeak[1] is a very simple speech synthesis library written in C. It consists
of only ~140 lines of code, half of which is a formant lookup table.
For a demo, run the daisy.sh script.
To perform text-to-speech (TTS) on an English phrase, run the reciter.sh
script, e.g.:
./reciter.sh The quick brown fox jumps over the lazy dog.
./reciter.sh "Daisy, Daisy, give me your answer do,
I'm half crazy all for the love of you.
It won't be a stylish marriage,
I can't afford a carriage,
But you'll look sweet upon the seat
Of a bicycle made for two."
./reciter.sh `cat alice.txt`
The table of formants and the Daisy Bell demo are adapted from Cantarino[2].
See [3] for a list of supported phonemes.
[1] http://da.vidr.cc/projects/cspeak/
[2] http://code.google.com/p/tinkerit/wiki/Cantarino
[3] http://retrobits.net/atari/sam.shtml#ch1.1