<?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>blogfreakz.com &#187; Sound</title>
	<atom:link href="http://blogfreakz.com/tag/sound/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>Web Development, Web Trends, open source resources</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>jsfx &#8211; Javascript Sound Effect Generator</title>
		<link>http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/</link>
		<comments>http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 02:21:23 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=16117</guid>
		<description><![CDATA[Jsfx is a javascript library (with frontend) for sound effect generation. The generation is based on sfxr. Jsfx needs WAV support from browser to work. For short clips it can generate the audio in 30ms in a good browser. Might be fast enough to do runtime generation of effects. You can modify  the sound effect [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" title="jsfx" href="http://www.egonelbre.com/js/jsfx/" target="_blank">Jsfx</a> is a javascript library (with frontend) for sound effect generation. The generation is based on <a rel="nofollow" href="http://www.drpetter.se/project_sfxr.html">sfxr</a>. Jsfx needs WAV support from browser to work. For short clips it can generate the audio in 30ms in a good browser. Might be fast enough to do runtime generation of effects.<br />
<span id="more-16117"></span></p>
<p><a rel="nofollow" href="http://www.egonelbre.com/js/jsfx/"><img class="alignnone size-full wp-image-16119" title="jsfx" src="http://blogfreakz.com/wp-content/uploads/2011/02/jsfx.jpg" alt="jsfx jsfx   Javascript Sound Effect Generator " width="600" height="300" /></a></p>
<p>You can modify  the sound effect by add new paramater array to the libarary section.  This array can be used to generate the audio at runtime, this means no audio downloads.</p>
<p class="download">
<strong>Requirements</strong>: WAV Support Browser<br />
<strong>Demo</strong>: <a rel="nofollow" title="jsfx" href="http://www.egonelbre.com/js/jsfx/" target="_blank">http://www.egonelbre.com/js/jsfx/</a><br />
<strong>License</strong>: MIT License
</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="javascript sound generation">javascript sound generation</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="javascript sound generator">javascript sound generator</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="javascript tone generator">javascript tone generator</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="sound effect generator">sound effect generator</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="javascript sound effect">javascript sound effect</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="javascript sound effects">javascript sound effects</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="html5 tone generator">html5 tone generator</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="javascript audio effects">javascript audio effects</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="sound generation javascript">sound generation javascript</a></li>
<li><a href="http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/" title="js sound generator">js sound generator</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/javascript/jsfx-javascript-sound-effect-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessible Audio Player (AAP) &#8211; Cross-Browser HTML5 Media Player</title>
		<link>http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/</link>
		<comments>http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 15:20:43 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[audio]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=13041</guid>
		<description><![CDATA[Accessible Audio Player (AAP) is fully accessible cross-browser media player. AAP uses the HTML5 &#60;audio&#62; element for browsers that support it, and the Yahoo! Media Player for those that don’t. Browsers that support neither degrade to a list of links to MP3 files. AAP has Standard HTML player controls for all player functions, including play/pause, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Accessible Audio Player (AAP)" href="http://www.terrillthompson.com/music/2010/11/accessible-audio-player-aap/" target="_blank">Accessible Audio Player</a> (AAP) is  fully accessible cross-browser media player. AAP uses the <strong>HTML5 &lt;audio&gt; element</strong> for browsers that support it, and the Yahoo! Media Player for those that don’t. Browsers that support neither degrade to a list of links to MP3 files.</p>
<div id="_mcePaste">
<p><span id="more-13041"></span><a href="http://terrillthompson.com/aap/aap.html"><img class="alignnone size-full wp-image-13042" title="aap" src="http://blogfreakz.com/wp-content/uploads/2010/11/aap.jpg" alt="aap Accessible Audio Player (AAP)   Cross Browser HTML5 Media Player" width="600" height="418" /></a></p>
<p>AAP has Standard HTML player controls for all player functions, including play/pause, seek forward/back, volume up/down, and mute. All controls are shown with an easy-to-see border when they have focus. This is true for keyboard and mouse users alike. Status and Now Playing are both marked up with ARIA role=&#8221;alert&#8221;, which is a cue for screen readers to announce the content of these areas any time it changes. AAP is available in a standalone version or (with an additional P) as a WordPress plugin called Accessible Audio Player Plugin (AAPP).</p>
<p class="download"><strong>Requirements</strong>: Modern Browser<br />
<strong>Demo</strong>: <a title="Accessible Audio Player (AAP)" href="http://terrillthompson.com/aap/aap.html" target="_blank">http://terrillthompson.com/aap/aap.html</a><br />
<strong>License</strong>: GNU General Public License</p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="aap player">aap player</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="html player">html player</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="html5 audio player">html5 audio player</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="html5 media player">html5 media player</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="Accessible audio player">Accessible audio player</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="html5 audio cross browser">html5 audio cross browser</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="cross browser audio player">cross browser audio player</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="css3 audio player">css3 audio player</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="html5 audio player wordpress">html5 audio player wordpress</a></li>
<li><a href="http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/" title="html5 audio player prototype">html5 audio player prototype</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/html5/accessible-audio-player-html5-media-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1 Bit Audio Player &#8211; lightweight Adobe Flash MP3 player</title>
		<link>http://blogfreakz.com/sound/lightweight-flash-mp3-player/</link>
		<comments>http://blogfreakz.com/sound/lightweight-flash-mp3-player/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 11:21:33 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Sound]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=3158</guid>
		<description><![CDATA[1 Bit Audio Player is a very simple and lightweight Adobe Flash MP3 player with automatic JavaScript insertion. It&#8217;s main purpose is to act as a quick in-page preview for audio files you link to from your website or blog. The player can be easily installed as a WordPress plugin or used stand-alone in any [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1 Bit Audio Player</strong> is a very simple and <strong>lightweight Adobe Flash MP3 player</strong> with automatic JavaScript insertion. It&#8217;s main purpose is to act as a quick in-page preview for audio files you link to from your website or blog.</p>
<p>The player can be easily installed as a <a rel="nofollow" href="http://www.wordpress.org/">WordPress</a> plugin or used stand-alone in any website. Small audio players will than automatically appear next to any MP3s you link to.</p>
<p><span id="more-3158"></span><img class="alignnone size-full wp-image-3159" title="1bit-audio-player" src="http://blogfreakz.com/wp-content/uploads/2010/01/1bit-audio-player.png" alt="1bit audio player 1 Bit Audio Player   lightweight Adobe Flash MP3 player" width="600" height="236" /></p>
<p>1 Bit uses its own unobtrusive JavaScript and <a rel="nofollow" href="http://blog.deconcept.com/swfobject/">SWFObject 1.5</a> to embed Flash players into the page. You can even specify which links are affected through CSS selectors. The code generated is, of course, valid HTML 4.0.1 / XHTML 1.0 and the user won&#8217;t see any &#8216;click to activate&#8217; messages. Since version 1.4, 1 Bit now requires <a rel="nofollow" href="http://www.adobe.com/products/flashplayer/">Flash Player</a> 9.</p>
<p>Small in dimensions and filesize, 1 Bit functions well down to sizes of 8&#215;8 pixels and is about 15KB including the required JavaScript.</p>
<p class="download"><strong>Demo</strong>: <a href="http://1bit.markwheeler.net/" target="_blank">http://1bit.markwheeler.net/</a><br />
<strong>License</strong>: License Free</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="1 Bit Audio Player">1 Bit Audio Player</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="flash audio player">flash audio player</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="adobe flash audio player">adobe flash audio player</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="javascript audio player">javascript audio player</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="wordpress audio player">wordpress audio player</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="wordpress mp3 player">wordpress mp3 player</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="flash audio player for website">flash audio player for website</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="audio player for website">audio player for website</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="Javascript mp3 player">Javascript mp3 player</a></li>
<li><a href="http://blogfreakz.com/sound/lightweight-flash-mp3-player/" title="lightweight flash mp3 player">lightweight flash mp3 player</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/sound/lightweight-flash-mp3-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jMP3 &#8211; Javascript MP3 player</title>
		<link>http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/</link>
		<comments>http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 13:57:18 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[mp3 player]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=2124</guid>
		<description><![CDATA[jMP3Â  is an easy way make any MP3 playable directly on most any web site (to those with Flash &#38; javaScript enabled), using the sleek Flash Single MP3 Player &#38; the fantabulous jQuery. jMP3 are configurable andÂ  minimalizing  delay that often occurÂ  on startup. Demo: http://www.sean-o.com/jquery/jmp3/ License: License Free Incoming search terms for the article: [...]]]></description>
			<content:encoded><![CDATA[<p>jMP3Â  is an easy way make any<strong> MP3 playable</strong> directly on most any web site (to those with Flash &amp; javaScript enabled),<br />
using the sleek <a rel="nofollow" href="http://jeroenwijering.com/?item=Flash_Single_MP3_Player" target="_blank">Flash Single MP3 Player</a> &amp; the fantabulous <a rel="nofollow" href="http://jquery.com/" target="_blank">jQuery</a>.  jMP3 are configurable andÂ  minimalizing  delay that often occurÂ  on startup.</p>
<p><span id="more-2124"></span></p>
<p><img class="alignnone size-large wp-image-2125" title="jMP3" src="http://blogfreakz.com/wp-content/uploads/2009/11/jMP3-600x275.jpg" alt="jMP3 600x275 jMP3   Javascript MP3 player" width="600" height="275" /></p>
<p class="download"><strong>Demo</strong>: <a rel="nofollow" href="http://www.sean-o.com/jquery/jmp3/" target="_blank">http://www.sean-o.com/jquery/jmp3/</a><br />
<strong>License</strong>: License Free</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="javascript mp3 player">javascript mp3 player</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="mp3 player javascript">mp3 player javascript</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="javascript mp3">javascript mp3</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="js mp3 player">js mp3 player</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="jmp3">jmp3</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="java script mp3 player">java script mp3 player</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="mp3 javascript player">mp3 javascript player</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="mp3 javascript">mp3 javascript</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="jMP3 player">jMP3 player</a></li>
<li><a href="http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/" title="player mp3 javascript">player mp3 javascript</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/javascript/jmp3-javascript-mp3-player/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

