<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for don&#039;t_panic</title>
	<atom:link href="http://mikepultz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikepultz.com</link>
	<description>personal and professional blog of mike pultz, technology specialist and serial entrepreneur.</description>
	<lastBuildDate>Fri, 11 May 2012 19:07:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Accessing Google Speech API / Chrome 11 by Al</title>
		<link>http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/comment-page-3/#comment-2475</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Fri, 11 May 2012 19:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://mikepultz.com/?p=570#comment-2475</guid>
		<description>it looks like my encoding was not correct . changed the content-type audio/flac instead of x-flac and now I am getting 400. Unknown encoding. thanks anyways.</description>
		<content:encoded><![CDATA[<p>it looks like my encoding was not correct . changed the content-type audio/flac instead of x-flac and now I am getting 400. Unknown encoding. thanks anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing Google Speech API / Chrome 11 by Speech to Text in Action Script 3 &#124; Nguyễn Xuân Hòa</title>
		<link>http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/comment-page-3/#comment-2474</link>
		<dc:creator>Speech to Text in Action Script 3 &#124; Nguyễn Xuân Hòa</dc:creator>
		<pubDate>Thu, 10 May 2012 21:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://mikepultz.com/?p=570#comment-2474</guid>
		<description>[...] with many supports to desktop and mobile application, and one of them is sound support. Inspired by this post, I would like to create a small application using AS3 and AIR, which can be used to record [...]</description>
		<content:encoded><![CDATA[<p>[...] with many supports to desktop and mobile application, and one of them is sound support. Inspired by this post, I would like to create a small application using AS3 and AIR, which can be used to record [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing Google Speech API / Chrome 11 by mike</title>
		<link>http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/comment-page-3/#comment-2473</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 09 May 2012 04:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://mikepultz.com/?p=570#comment-2473</guid>
		<description>I assume you want -O result.txt not --output-file (which puts the logs and not the content in results.txt)

Also- did you actually include the URL to post to?

This works fine for me:

wget --post-file=filename.flac --header=&quot;Content-Type: audio/x-flac; rate=16000&quot; -O result.txt &quot;https://www.google.com/speech-api/v1/recognize?xjerr=1&amp;client=chromium&amp;lang=en-US&quot;

Note the quotes around the header and URL.

Mike</description>
		<content:encoded><![CDATA[<p>I assume you want -O result.txt not &#8211;output-file (which puts the logs and not the content in results.txt)</p>
<p>Also- did you actually include the URL to post to?</p>
<p>This works fine for me:</p>
<p>wget &#8211;post-file=filename.flac &#8211;header=&#8221;Content-Type: audio/x-flac; rate=16000&#8243; -O result.txt &#8220;https://www.google.com/speech-api/v1/recognize?xjerr=1&#038;client=chromium&#038;lang=en-US&#8221;</p>
<p>Note the quotes around the header and URL.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing Google Speech API / Chrome 11 by Al</title>
		<link>http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/comment-page-3/#comment-2472</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Mon, 07 May 2012 23:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://mikepultz.com/?p=570#comment-2472</guid>
		<description>Hi mike,
Thanks for your response. Here is my command
wget --post-file=&quot;test.flac&quot; --header= &quot;Content-Type: audio/x-flac; rate=16000&quot; --output-file=&quot;result.txt

in my result.txt I am getting the following:

--2012-05-07 19:11:54--  ftp://content-type/%20audio/x-flac;%20rate=16000
           =&gt; `x-flac&#039;
Resolving content-type (content-type)... failed: Name or service not known.
wget: unable to resolve host address `content-type&#039;
Do you have any idea why this is happing?

Is is possible that google have restricted it now?</description>
		<content:encoded><![CDATA[<p>Hi mike,<br />
Thanks for your response. Here is my command<br />
wget &#8211;post-file=&#8221;test.flac&#8221; &#8211;header= &#8220;Content-Type: audio/x-flac; rate=16000&#8243; &#8211;output-file=&#8221;result.txt</p>
<p>in my result.txt I am getting the following:</p>
<p>&#8211;2012-05-07 19:11:54&#8211;  <a href="ftp://content-type/%20audio/x-flac;%20rate=16000" rel="nofollow">ftp://content-type/%20audio/x-flac;%20rate=16000</a><br />
           =&gt; `x-flac&#8217;<br />
Resolving content-type (content-type)&#8230; failed: Name or service not known.<br />
wget: unable to resolve host address `content-type&#8217;<br />
Do you have any idea why this is happing?</p>
<p>Is is possible that google have restricted it now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing Google Speech API / Chrome 11 by mike</title>
		<link>http://mikepultz.com/2011/03/accessing-google-speech-api-chrome-11/comment-page-3/#comment-2471</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 04 May 2012 19:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://mikepultz.com/?p=570#comment-2471</guid>
		<description>Read the comments- there&#039;s a full working PHP example listed.</description>
		<content:encoded><![CDATA[<p>Read the comments- there&#8217;s a full working PHP example listed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

