<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Adam Gradzki's Personal Website - Language Learning</title><link href="https://adamgradzki.com/" rel="alternate"/><link href="https://adamgradzki.com/feeds/tag/language-learning.atom.xml" rel="self"/><id>https://adamgradzki.com/</id><updated>2022-03-01T00:00:00-05:00</updated><entry><title>Pronounce foreign words with an open source speech therapist</title><link href="https://adamgradzki.com/pronounce-foreign-words-with-an-open-source-speech-therapist.html" rel="alternate"/><published>2022-03-01T00:00:00-05:00</published><updated>2022-03-01T00:00:00-05:00</updated><author><name>Adam Gradzki</name></author><id>tag:adamgradzki.com,2022-03-01:/pronounce-foreign-words-with-an-open-source-speech-therapist.html</id><summary type="html">&lt;p&gt;Open source software can assist with pronounciation of languages if you don't have someone to talk to right now.&lt;/p&gt;</summary><content type="html">&lt;p&gt;Learning to pronounce words without a tutor is so much easier thanks to the open source software espeak-ng. &lt;a href="https://github.com/espeak-ng/espeak-ng/blob/master/src/espeak-ng.1.ronn#examples"&gt;Link to usage examples.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can get sound and the IPA spelling of any word easily directly from a free offline program installed on my laptop. For example, the following command gives the German pronounciation of the word "meine" with the fifth female robotic voice actor, further slowed down to a crawl so I can hear it better with the "-s 80" flag:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$&lt;span class="w"&gt; &lt;/span&gt;espeak-ng&lt;span class="w"&gt; &lt;/span&gt;-v&lt;span class="w"&gt; &lt;/span&gt;de+f5&lt;span class="w"&gt; &lt;/span&gt;--ipa&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;&amp;quot;meine&amp;quot;&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;-s&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="m"&gt;80&lt;/span&gt;
mˈaɪnə
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href="https://github.com/numediart/MBROLA-voices/blob/master/README.md"&gt;It is also possible to upgrade the speech engine by installing MBROLA voices for improved synthesis&lt;/a&gt;&lt;/p&gt;</content><category term="Language Learning"/><category term="language"/></entry></feed>