Skip to content

Commit

Permalink
Merge pull request itinerarium#18 from ssb22/master
Browse files Browse the repository at this point in the history
Please use new URL for lexconvert to help people find it after the ol…
  • Loading branch information
itinerarium authored Dec 13, 2019
2 parents 39dc2a5 + f926073 commit 4995835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div id="container">
<h1>phoneme synthesis</h1>
<noscript>
<p><strong>A modern JavaScript-enabled browser is required.</strong> As an alternative, consider using <a href="http://people.ds.cam.ac.uk/ssb22/gradint/lexconvert.html" rel="nofollow">lexconvert</a> in conjunction with <a href="http://espeak.sourceforge.net/">eSpeak</a>.</p>
<p><strong>A modern JavaScript-enabled browser is required.</strong> As an alternative, consider using <a href="http://ssb22.user.srcf.net/gradint/lexconvert.html">lexconvert</a> in conjunction with <a href="http://espeak.sourceforge.net/">eSpeak</a>.</p>
<p>Sample command for <a href="https://en.wikipedia.org/wiki/Mumbai" rel="nofollow">Mumbai</a>:<br /><span style="font-family: monospace;">python lexconvert.py --try unicode-ipa "/mʊmˈbaɪ/"</span></p>
</noscript>

Expand Down Expand Up @@ -288,7 +288,7 @@ <h1>phoneme synthesis</h1>

<div id="about">
<h2>how does it work?</h2>
<p>Using the computational capabilities exposed by your browser's JavaScript processor, the <abbr title="International Phonetic Alphabet">IPA</abbr> phonetic notation is translated into phonemes understood by <a href="http://espeak.sourceforge.net/" rel="nofollow">eSpeak</a> using correspondences and logic found in <a href="http://people.ds.cam.ac.uk/ssb22/gradint/lexconvert.html" rel="nofollow">lexconvert</a>. The translated phonemes (e.g., [[mUm'baI]] for /mʊmˈbaɪ/) are then provided to <a href="http://www.masswerk.at/mespeak/" rel="nofollow">meSpeak.js</a>, a revised <a href="http://emscripten.org/" rel="nofollow">Emscripten'd</a> version of eSpeak for output. Once the output has been generated, the pronunciation in <abbr title="Waveform Audio File">WAV</abbr> format is downloadable.</p>
<p>Using the computational capabilities exposed by your browser's JavaScript processor, the <abbr title="International Phonetic Alphabet">IPA</abbr> phonetic notation is translated into phonemes understood by <a href="http://espeak.sourceforge.net/" rel="nofollow">eSpeak</a> using correspondences and logic found in <a href="http://ssb22.user.srcf.net/gradint/lexconvert.html">lexconvert</a>. The translated phonemes (e.g., [[mUm'baI]] for /mʊmˈbaɪ/) are then provided to <a href="http://www.masswerk.at/mespeak/" rel="nofollow">meSpeak.js</a>, a revised <a href="http://emscripten.org/" rel="nofollow">Emscripten'd</a> version of eSpeak for output. Once the output has been generated, the pronunciation in <abbr title="Waveform Audio File">WAV</abbr> format is downloadable.</p>
<p>As this processing takes place within your browser, this page may be downloaded and used offline. By extension, the requested pronunciations are not logged.</p>

<h2>improve this tool</h2>
Expand All @@ -298,7 +298,7 @@ <h2>improve this tool</h2>
<p><strong>Contribute to the underlying libraries.</strong> eSpeak, meSpeak.js, or the most current Emscripten'd variation to improve performance/size. meSpeak.js is currently over two megabytes.</p>

<h2>about</h2>
<p>This browser-based tool integrates GPL-licensed <a href="http://www.masswerk.at/mespeak/" rel="nofollow">meSpeak.js</a> (a revised <a href="http://emscripten.org/" rel="nofollow">Emscripten'd</a> version of <a href="http://espeak.sourceforge.net/" rel="nofollow">eSpeak</a>) and correspondences from <a href="http://people.ds.cam.ac.uk/ssb22/gradint/lexconvert.html" rel="nofollow">lexconvert</a> to parse <abbr title="International Phonetic Alphabet">IPA</abbr> phonetic notation and convert it to speech.</p>
<p>This browser-based tool integrates GPL-licensed <a href="http://www.masswerk.at/mespeak/" rel="nofollow">meSpeak.js</a> (a revised <a href="http://emscripten.org/" rel="nofollow">Emscripten'd</a> version of <a href="http://espeak.sourceforge.net/" rel="nofollow">eSpeak</a>) and correspondences from <a href="http://ssb22.user.srcf.net/gradint/lexconvert.html">lexconvert</a> to parse <abbr title="International Phonetic Alphabet">IPA</abbr> phonetic notation and convert it to speech.</p>
<p>This tool is also available at &lt;<a href="https://www.0n0e.com/public/phoneme-synthesis/">https://www.0n0e.com/public/phoneme-synthesis/</a>&gt;.</p>

<h2>contact</h2>
Expand Down

0 comments on commit 4995835

Please sign in to comment.