<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    >

<channel>
    <title>Webmonkey &#187; translation</title>
    <atom:link href="http://www.webmonkey.com/tag/translation/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Fri, 05 Apr 2013 20:20:46 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>Use Google for Text-to-Speech Translations in the Browser</title>
        <link>http://www.webmonkey.com/2009/12/google_translate_brings_text-tospeech_to_the_web/</link>
        <comments>http://www.webmonkey.com/2009/12/google_translate_brings_text-tospeech_to_the_web/#comments</comments>
        <pubDate>Mon, 14 Dec 2009 11:51:05 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/usegooglefortexttospeechtranslationsinthebrowser</guid>
        		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[translation]]></category>
        <description><![CDATA[Google Translate has rolled a out several new features, and one of them lets you hear your translated English text spoken by a computerized voice. For maximum cross-browser compatibility, Google Translate embeds text-to-speech mp3s using Flash. However, web developer Weston Ruter has already figured out how to grab the audio files for use on any [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://www.wired.com/images_blogs/epicenter/2009/12/googletts.png" /></p>
<p>Google Translate has rolled a out several new features, and one of them lets you <a href="http://googleblog.blogspot.com/2009/11/new-look-for-google-translate.html">hear your translated English text</a> spoken by a computerized voice.</p>
<p>For maximum cross-browser compatibility, Google Translate embeds text-to-speech mp3s using Flash. However, web developer Weston Ruter has already figured out how to grab the audio files for use on any webpage and uses the <a href="http://weston.ruter.net/projects/google-tts/#text=Hello%2C+World!">HTML5 audio tag to embed them in his demo</a>.</p>
<p>The new Translate audio tools generate (rough) pronunciations of whatever text is entered the end of this URL:</p>
<pre class="brush: js">

http://translate.google.com/translate_tts?tl=en&#038;q=text

</pre>
<p>Just pass along the phrase you&#8217;d like to hear instead of &#8220;text&#8221; at the end of the URL and you&#8217;ll get an <a href="http://translate.google.com/translate_tts?tl=en&amp;q=webmonkey%20is%20awesome">mp3 file like this one</a>. You may have to try a couple of different browsers to get a translated file that works flawlessly. (It works especially well in Chrome, which is not surprising.) With a tool like this, the urge to get silly is irresistible, as Twitter user Brad Cohen has done by feeding Google Translate some <a href="http://twitter.com/supnah/status/6669341839">Justin Timberlake lyrics</a>.</p>
<p>Take one of these mp3s and embed it using HTML5&#8242;s audio tag &#8212; as Ruter has done on his site &#8212; and you&#8217;ve got an instant, mobile translation service that&#8217;ll work on the iPhone, Android and other Webkit-based mobile browsers.</p>
<p>The iPhone handles Ruter&#8217;s example quite well, though the interface is slightly awkward &#8212; Mobile Safari brings up a new overlay page to play the audio. Still, despite a few quirks, having a text-to-speech generator available on the web offers developers quite a few browser-based possibilities for a task previously relegated to desktop apps, or, otherwise, full-fledged mobile apps like the translation tools available for the iPhone and Android devices.</p>
<p>The biggest catch at the moment is that Google Translate&#8217;s text-to-speech feature is only available in English. But as with most Google services, the initial limitations are likely to disappear before too long.</p>
<p>Also part of the announcement, Google Translate now performs translations as you type &#8212; no need for the &#8220;translate&#8221; button &#8212; and there&#8217;s also a new &#8220;Show romanization&#8221; that lets you read the text written phonetically in English. This works with all non-Roman languages except for Hebrew, Arabic and Persian.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Google_Translate:_Bringing_%22Engrish%22_To_Your_Search_Results">Google Translate: Bringing &#8220;Engrish&#8221; To Your Search Results</a></li>
<li><a href="http://www.webmonkey.com/blog/Google_Reader_s_New_Translate_Feature_Helps_Overcome_Language_Barriers">Google Reader&#8217;s New Translate Feature Helps Overcome Language Barriers</a></li>
<li><a href="http://www.webmonkey.com/blog/W3C_Drops_Audio_and_Video_Codec_Requirements_From_HTML_5">W3C Drops Audio and Video Codec Requirements From HTML 5</a></li>
<li><a href="http://www.webmonkey.com/blog/HTML_5_Support_by_Browser:_Opera_Continues_to_Lead_the_Pack">HTML 5 Support by Browser: Opera Continues to Lead the Pack</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2009/12/google_translate_brings_text-tospeech_to_the_web/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

    <enclosure url="http://translate.google.com/translate_tts?tl=en&amp;q=text" length="3024" type="audio/mpeg" />
<enclosure url="http://translate.google.com/translate_tts?tl=en&amp;amp" length="0" type="audio/mpeg" />
    
    </item>
    </channel>
</rss>