Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
project:jagtalk [2010/11/14 00:59] nishimotzproject:jagtalk [2010/12/24 14:45] nishimotz
Line 1: Line 1:
 ====== jagtalk ====== ====== jagtalk ======
 +
 +Japanese: http://ja.nishimotz.com/project:jagtalk
  
 jagtalk is modified version of [[:galateatalk]]. jagtalk is modified version of [[:galateatalk]].
Line 10: Line 12:
 $ ./configure --enable-utf8 $ ./configure --enable-utf8
 $ make $ make
-./gtalk -jagtalk.conf+sh test-jagtalk.sh
 </code> </code>
  
-===== Mac support =====+or you can run:
  
-see also [[:galateatalk]]+<code> 
 +$ ./jagtalk -C jagtalk.conf 
 +</code> 
 + 
 +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://ja.nishimotz.com/portaudio]] in Japanese 
 + 
 +<code> 
 +$ autoconf 
 +$ make clean 
 +$ sh configure --enable-utf8 --enable-portaudio --enable-da=no 
 +$ make 
 +</code> 
 + 
 +===== Mac (Snow Leopard) support ===== 
 + 
 +using unidic-chasen1312_utf8-x64. see [[:galateatalk]]
  
 2010-11-14 2010-11-14
 +
 +https://github.com/nishimotz/jagtalk/commit/2df30037817eaf4aa4ddc3338a5e1a217f9e0998
  
 currently, audio device is disabled. currently, audio device is disabled.
Line 30: Line 67:
 </code> </code>
  
 +<code>
 +$ cat run-chasen-macosx.sh
 +#!/bin/sh
 +/opt/local/bin/nkf -wu | /opt/local/bin/chasen -r chasenrc-utf8-macosx -i w | /opt/local/bin/nkf -eu | /usr/local/bin/chaone -s gtalk --encoding EUC-JP | /usr/bin/tee _chasen.log
  
-==== using unidic-chasen-utf8-x64 ====+$ head chasenrc-utf8-macosx 
 +;; 
 +;;  chasenrc for unidic / chaOne 
 +;; 
 +(GRAMMAR /Users/nishimotz/code/unidic-chasen1312_utf8-x64) 
 +(DADIC chadic) 
 +omitted. 
 + 
 +$ cat 00-testcmd 
 +set Text 
 +set SaveWAV _out.wav 
 +set Run EXIT 
 +</code>
  
-see [[:galateatalk]] 
  
 <code> <code>
Line 49: Line 101:
  
 <code> <code>
-$ 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.txt · Last modified: 2010/12/24 14:46 by nishimotz
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0