Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here is the code used for the en-us voice in <a href="http://www.masswerk.at/eliza" rel="nofollow">http://www.masswerk.at/eliza</a> – it's made to sound a bit like the cliche of an about 50-ish female psychologist.</p> <pre><code>{ "voice_id":"eliza/en/en-us", "dict_id":"en_dict", "dict":"AAQAAECpAAANRUE(... snipp ...)", "voice":"name eliza-english-us\nlanguage en-us 2\nlanguage en-r\nlanguage en 3\ngender female 50\nphonemes en-us\ndictrules 3 6\noption reduce_t 1\npitch 90 138.\necho 40 20\nintonation 3\nflutter 1\nroughness 1\nvoicing 80\nconsonants 103 120\ntone 600 160 1200 145 2000 120\nstressLength 145 125 190 170 0 0 260 290\nstressAmp 17 16 19 19 19 19 21 19\nstressAdd 0 0 -10 -10 0 0 10 40\nbreath 0 2 3 3 3 3 0 5\nbreathw 150 150 200 200 400 400\nformant 0 105 80 150\nformant 1 110 80 160\nformant 2 110 70 150\nformant 3 110 70 150\nformant 4 115 80 200\nformant 5 115 80 100\nformant 6 110 70 150\nformant 7 110 70 100\nformant 8 110 70 150\n", "voice_encoding":"text" } </code></pre> <p>For the full file see: <a href="http://www.masswerk.at/eliza/voices/eliza-en-us.json" rel="nofollow">http://www.masswerk.at/eliza/voices/eliza-en-us.json</a></p> <p>Make sure to have at least meSpeak.js version 1.3.1 (see heading comment in mespeak.js; current version is 1.5, update recommended).</p> <p><strong>Editing Best Practice</strong>: The internal eSpeak core will just fail on a malformed voice-syntax. Try again with some of the more complex lines deleted and work from a working voice description forward to a more sophisticated one.</p> <p>e.g. you could start with:</p> <pre><code>"voice": "name english-us-f\nlanguage en-us 2\nlanguage en-r\nlanguage en 3\ngender female\nphonemes en-us\ndictrules 3 6\noption reduce_t 1" </code></pre> <p>and start adding stress and replacements options to this.</p>
 

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