<?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 on: Introduction to the HTML5 audio tag javascript manipulation</title>
	<atom:link href="http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/</link>
	<description>Get your web worker news fix</description>
	<lastBuildDate>Thu, 11 Mar 2010 03:35:46 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-6144</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-6144</guid>
		<description>Is there are version without the &quot;$&quot; ?</description>
		<content:encoded><![CDATA[<p>Is there are version without the &#8220;$&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric Dugas</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-5807</link>
		<dc:creator>Cedric Dugas</dc:creator>
		<pubDate>Sat, 30 Jan 2010 04:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-5807</guid>
		<description>I don&#039;t see the nonsense here, it is pretty simple to understand</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the nonsense here, it is pretty simple to understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phreadom</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-5803</link>
		<dc:creator>Phreadom</dc:creator>
		<pubDate>Sat, 30 Jan 2010 00:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-5803</guid>
		<description>The jquery nonsense also made the example files basically worthless to me as well.

I wanted to see html and javascript... not additional dependencies with their own syntax outside of what I want.

:(</description>
		<content:encoded><![CDATA[<p>The jquery nonsense also made the example files basically worthless to me as well.</p>
<p>I wanted to see html and javascript&#8230; not additional dependencies with their own syntax outside of what I want.</p>
<p> <img src='http://www.position-absolute.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san1t1</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-5792</link>
		<dc:creator>san1t1</dc:creator>
		<pubDate>Fri, 29 Jan 2010 12:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-5792</guid>
		<description>I stream my audio using PHP on Ubuntu. Try this:

session_write_close(); //otherwise the $_SESSION is LOCKED while streaming

header(&quot;Content-Type:audio/ogg&quot;);
$cmd = &quot;mpg123 -q -s \&quot;&quot;.$file.&quot;\&quot; 2&gt;/dev/null &#124; oggenc -q 7 --quiet --raw-chan=2 -&quot;;
passthru($cmd);</description>
		<content:encoded><![CDATA[<p>I stream my audio using PHP on Ubuntu. Try this:</p>
<p>session_write_close(); //otherwise the $_SESSION is LOCKED while streaming</p>
<p>header(&#8220;Content-Type:audio/ogg&#8221;);<br />
$cmd = &#8220;mpg123 -q -s \&#8221;".$file.&#8221;\&#8221; 2&gt;/dev/null | oggenc -q 7 &#8211;quiet &#8211;raw-chan=2 -&#8221;;<br />
passthru($cmd);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jquey another thing to learn</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-5235</link>
		<dc:creator>jquey another thing to learn</dc:creator>
		<pubDate>Thu, 24 Dec 2009 18:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-5235</guid>
		<description>sadly couldn&#039;t make head or tail of the post as uses jquery which i dont get</description>
		<content:encoded><![CDATA[<p>sadly couldn&#8217;t make head or tail of the post as uses jquery which i dont get</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zequez</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-4804</link>
		<dc:creator>Zequez</dc:creator>
		<pubDate>Fri, 27 Nov 2009 02:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-4804</guid>
		<description>To stop de audio, just do this:
audioElement.pause();
audioElement.currentTime = 0;</description>
		<content:encoded><![CDATA[<p>To stop de audio, just do this:<br />
audioElement.pause();<br />
audioElement.currentTime = 0;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a trastear un poco &#187; Blog Archive &#187; Aspectos más destacables de HTML 5 según google</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-4678</link>
		<dc:creator>a trastear un poco &#187; Blog Archive &#187; Aspectos más destacables de HTML 5 según google</dc:creator>
		<pubDate>Mon, 23 Nov 2009 10:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-4678</guid>
		<description>[...] Los nuevos elementos video y audio permiten integrar directamente video y audio en una página web sin necesidad de que el usuario final tenga que tener instalado ningún plugin, siendo el navegado el encargado de reproducirlos. También se puede controlar la reproducción mediante javascript: pausa, silencio&#8230; Un ejemplo de vídeo y otro de audio. [...]</description>
		<content:encoded><![CDATA[<p>[...] Los nuevos elementos video y audio permiten integrar directamente video y audio en una página web sin necesidad de que el usuario final tenga que tener instalado ningún plugin, siendo el navegado el encargado de reproducirlos. También se puede controlar la reproducción mediante javascript: pausa, silencio&#8230; Un ejemplo de vídeo y otro de audio. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Musik Clientseitig abspielen? - Enterprise Java (JEE, J2EE, Spring &#38; Co.) @ tutorials.de: Forum, Tutorial, Anleitung, Schulung &#38; Hilfe</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-4483</link>
		<dc:creator>Musik Clientseitig abspielen? - Enterprise Java (JEE, J2EE, Spring &#38; Co.) @ tutorials.de: Forum, Tutorial, Anleitung, Schulung &#38; Hilfe</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-4483</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: protonux</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-2915</link>
		<dc:creator>protonux</dc:creator>
		<pubDate>Sat, 19 Sep 2009 20:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-2915</guid>
		<description>for stop function, you can use a modified version of your load one..

you make a var &quot;song&quot; who is = the input file to load on load function, and for stop it, just load it without play :D 

(sorry for my bad english, i&#039;m french )</description>
		<content:encoded><![CDATA[<p>for stop function, you can use a modified version of your load one..</p>
<p>you make a var &#8220;song&#8221; who is = the input file to load on load function, and for stop it, just load it without play <img src='http://www.position-absolute.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
<p>(sorry for my bad english, i&#8217;m french )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bindiry</title>
		<link>http://www.position-absolute.com/articles/introduction-to-the-html5-audio-tag-javascript-manipulation/comment-page-1/#comment-1825</link>
		<dc:creator>Bindiry</dc:creator>
		<pubDate>Wed, 29 Jul 2009 03:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.position-absolute.com/?p=938#comment-1825</guid>
		<description>work on Google Chrome 3.0.195.1.</description>
		<content:encoded><![CDATA[<p>work on Google Chrome 3.0.195.1.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
