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 00:59] – 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 | $ make | ||
| - | $ ./ | + | $ sh test-jagtalk.sh |
| </ | </ | ||
| - | ===== Mac support ===== | + | or you can run: |
| - | see also [[: | + | < |
| + | $ ./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 --enable-portaudio --enable-da=no | ||
| + | $ make | ||
| + | </ | ||
| + | |||
| + | ===== Mac (Snow Leopard) support ===== | ||
| + | |||
| + | using unidic-chasen1312_utf8-x64. | ||
| 2010-11-14 | 2010-11-14 | ||
| + | |||
| + | https:// | ||
| currently, audio device is disabled. | currently, audio device is disabled. | ||
| Line 30: | Line 69: | ||
| </ | </ | ||
| + | < | ||
| + | $ cat run-chasen-macosx.sh | ||
| + | #!/bin/sh | ||
| + | / | ||
| - | ==== using unidic-chasen-utf8-x64 ==== | + | $ head chasenrc-utf8-macosx |
| + | ;; | ||
| + | ;; chasenrc for unidic / chaOne | ||
| + | ;; | ||
| + | (GRAMMAR / | ||
| + | (DADIC chadic) | ||
| + | omitted. | ||
| + | |||
| + | $ cat 00-testcmd | ||
| + | set Text = 1 | ||
| + | set SaveWAV | ||
| + | set Run = EXIT | ||
| + | </ | ||
| - | see [[: | ||
| < | < | ||
| Line 49: | 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.1289663963.txt.gz · Last modified: 2010/11/14 00:59 by nishimotz
