project:jagtalk
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
project:jagtalk [2010/11/14 01:02] – nishimotz | project:jagtalk [2010/12/24 14:46] (current) – nishimotz | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== jagtalk ====== | ====== jagtalk ====== | ||
+ | |||
+ | Japanese: http:// | ||
jagtalk is modified version of [[: | jagtalk is modified version of [[: | ||
Line 8: | Line 10: | ||
< | < | ||
- | $ ./configure --enable-utf8 | + | $ autoconf |
+ | $ make clean | ||
+ | $ sh configure --enable-utf8 | ||
+ | $ make | ||
+ | $ sh test-jagtalk.sh | ||
+ | </code> | ||
+ | |||
+ | or you can run: | ||
+ | |||
+ | < | ||
+ | $ ./jagtalk -C jagtalk.conf | ||
+ | </ | ||
+ | |||
+ | and type "set Text = 123" (enter) "set Speak = NOW" (enter). | ||
+ | |||
+ | You will hear "hyaku niju san" | ||
+ | |||
+ | * log files and gtalk-eucjp.dic are still EUC-JP, currently. | ||
+ | |||
+ | ===== PortAudio support ===== | ||
+ | |||
+ | since 2010-12-24 | ||
+ | |||
+ | unfinished. | ||
+ | |||
+ | * USE_PORTAUDIO macro is defined. | ||
+ | * do_output.c switches using the macro. | ||
+ | * do_output_portaudio.c is not implemented. | ||
+ | |||
+ | notes: | ||
+ | |||
+ | * [[http:// | ||
+ | |||
+ | < | ||
+ | $ autoconf | ||
+ | $ make clean | ||
+ | $ sh configure --enable-utf8 | ||
$ make | $ make | ||
- | $ ./gtalk -C jagtalk.conf | ||
</ | </ | ||
===== Mac (Snow Leopard) support ===== | ===== Mac (Snow Leopard) support ===== | ||
- | see also [[: | + | using unidic-chasen1312_utf8-x64. |
2010-11-14 | 2010-11-14 | ||
Line 22: | Line 59: | ||
currently, audio device is disabled. | currently, audio device is disabled. | ||
- | |||
- | using unidic-chasen-utf8-x64. | ||
<del> | <del> | ||
Line 45: | Line 80: | ||
(GRAMMAR / | (GRAMMAR / | ||
(DADIC chadic) | (DADIC chadic) | ||
+ | omitted. | ||
+ | |||
+ | $ cat 00-testcmd | ||
+ | set Text = 1 | ||
+ | set SaveWAV = _out.wav | ||
+ | set Run = EXIT | ||
</ | </ | ||
Line 62: | Line 103: | ||
< | < | ||
- | $ cat 00-testcmd | ||
- | set Text = 1 | ||
- | set SaveWAV = _out.wav | ||
- | set Run = EXIT | ||
- | |||
$ sh test-jagtalk-macosx.sh | $ sh test-jagtalk-macosx.sh | ||
* chasen start. | * chasen start. |
project/jagtalk.1289664155.txt.gz · Last modified: 2010/11/14 01:02 by nishimotz