diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-03-08 11:50:05 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 419ea9ca8d698c334e5bf484649fcd361286fd51 (patch) | |
tree | dfbe8478d7e138b836a715e0f62f1d34ecb17bd6 /audio/SAM/README | |
parent | bc03697ed437d9f9fb2f05c502aec91669bfe910 (diff) |
audio/SAM: Added (Tiny Speech Synthesizer).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/SAM/README')
-rw-r--r-- | audio/SAM/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/SAM/README b/audio/SAM/README new file mode 100644 index 0000000000000..184eaee3ba3e9 --- /dev/null +++ b/audio/SAM/README @@ -0,0 +1,8 @@ +Sam is a very small Text-To-Speech (TTS) program written in C, that +runs on most popular platforms. +It is an adaption to C of the speech software SAM (Software Automatic +Mouth) for the Commodore C64 published in the year 1982 by Don't Ask +Software (now SoftVoice, Inc.). +It includes a Text-To-Phoneme converter called reciter and a +Phoneme-To-Speech routine for the final output. +It is so small that it will work also on embedded computers. |