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
julius [2012/03/25 20:33] nishimotzjulius [2012/03/25 21:03] (current) nishimotz
Line 92: Line 92:
 </code> </code>
  
-=== charconv=no ===+==== disable charconv ====
  
 since 2012-03-25 since 2012-03-25
  
-On Snow Lerpard, this option makes error as follows:+On Snow Lerpard and julius 4.2.1, this option makes error as follows:
  
 <code> <code>
Line 120: Line 120:
 </code> </code>
  
-workaround is here+a patch to fix it:
  
   * https://github.com/nishimotz/julius/commit/c034af79f6d1fd77b045e4966e3c72f9892a820c   * https://github.com/nishimotz/julius/commit/c034af79f6d1fd77b045e4966e3c72f9892a820c
 +
 +==== disable mic ====
 +
 +since 2012-03-25
 +
 +On Snow Lerpard and julius 4.2.1, this option makes error:
 +
 +<code>
 +CFLAGS='-arch i386' ./configure --with-mictype=no
 +</code>
 +
 +a patch to fix it:
 +
 +  * https://github.com/nishimotz/julius/commit/f12f4c2b3a4699617c5e366b247a2987c353252b
 +
 +<code>
 +$ ./julius-simple/julius-simple -setting
 +JuliusLib rev.4.1.5 (fast)
 +
 +Engine specification:
 +  Base setup   : fast
 +  Supported LM : DFA, N-gram, Word
 +  Extension    : NoClassNGram NoMic NoPThread
 +  Compiled by  : gcc -arch i386
 +
 +Library configuration: version 4.1.5
 + - Audio input
 +    primary A/D-in driver   : N/A
 +    available drivers       :
 +    wavefile formats        : RAW and WAV only
 +    max. length of an input : 320000 samples, 150 words
 + - Language Model
 +    class N-gram support    : no
 +    word id unit            : short (2 bytes)
 + - Acoustic Model
 +    multi-path treatment    : autodetect
 + - External library
 +    file decompression by   : gzip command
 + - Process hangling
 +    fork on adinnet input   : no
 +</code>
 +
julius.txt · Last modified: 2012/03/25 21:03 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