Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I prefer <a href="http://www.politepix.com/openears/" rel="nofollow">OpenEars</a>. It's an offline mode iOS framework for iPhone voice recognition and speech synthesis (TTS) . </p> <p>To support Chinese language, just change its default english <strong>acoustic model and grammar files(.languagemodel &amp; .dic)</strong> with <strong>Chinese acoustic model and grammar files</strong>.</p> <p>Regarding different language,Please note below comments</p> <blockquote> <p>Speech recognition engines require two types of files to recognize speech. They require an <strong>acoustic model</strong>, which is created by taking audio recordings of speech and their transcriptions (taken from a speech corpus), and 'compiling' them into a statistical representations of the sounds that make up each word (through a process called 'training'). They also require a <strong>language model</strong> or <strong>grammar file</strong>. A language model is a file containing the probabilities of sequences of words. A grammar is a much smaller file containing sets of predefined combinations of words. Language models are used for dictation applications, whereas grammars are used in desktop command and control or telephony interactive voice response (IVR) type applications.</p> </blockquote> <p>So search for a <strong>Chinese acoustic model and grammar files</strong> and download it, replace these with Openears(or any other speech engine's) default acoustic model and grammar files. That's it.</p> <p>Downloaded Acoustic model should have the following files</p> <pre><code>mdef feat.params mixture_weights means noisedict transition_matrices variances </code></pre> <p>So find these Openears files and replace with downloaded Chinese acoustic model. Don't forget to change the grammar files.</p> <p>or <strong>Create your own acoustic model</strong> using <a href="http://cmusphinx.sourceforge.net/wiki/tutorialam" rel="nofollow"><strong>CMUSphinx tutorial</strong></a>.</p> <p>You can download different acoustic models from <a href="http://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/" rel="nofollow">cmusphinx website</a>.</p> <p>For chinese,please do a google search and get it.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload