diff options
author | Jay Freeman <saurik@saurik.com> | 2008-03-03 11:02:02 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-03-03 11:02:02 +0000 |
commit | a32ffe96fdeddbd7e165bfa7918960454252c99a (patch) | |
tree | 5638df7b5451ad292b6b4fd31302788407728035 /data/flite/cmu_lex_data-1.c | |
parent | 4d3e0cb850d0a8d5335d41ba6ce55dee10673c43 (diff) |
Managed to get text-to-speech working.
git-svn-id: http://svn.telesphoreo.org/trunk@145 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/flite/cmu_lex_data-1.c')
-rw-r--r-- | data/flite/cmu_lex_data-1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/flite/cmu_lex_data-1.c b/data/flite/cmu_lex_data-1.c new file mode 100644 index 000000000..1f6e022e2 --- /dev/null +++ b/data/flite/cmu_lex_data-1.c @@ -0,0 +1,3 @@ +const unsigned char cmu_lex_data_[] = { +#include "cmu_lex_data_raw.c-1.c" +}; |