<?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: SoundJS 0.5.2 Audio Plugin for CocoonJS 1.4.7</title>
	<atom:link href="http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/</link>
	<description>apps, indie &#38; beyond</description>
	<lastBuildDate>Sun, 20 Oct 2019 13:54:00 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: Richie</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-52424</link>
		<dc:creator><![CDATA[Richie]]></dc:creator>
		<pubDate>Wed, 31 Dec 2014 14:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-52424</guid>
		<description><![CDATA[Hey olsn, Thanks for the plugin. I am trying to use your 0.5.2 plugin with SoundJS 0.5.2 and also CocoonJS 2.1.1. Should it be compatible with this? I am trying to use in CocoonJS Launcher on my iPad (iOS 8.1.2) and it gives me the following errors:
...
Audio load error &#039;&#039;: Could not find audio file named: &quot;www/assets/sounds/highScore.ogg&quot;
... the same for the rest of the audio files that I have...
I reference the audio files in a relative manner via PreloadJS with no reference at all to &#039;www&#039;:
...
this.loadManifest = [
{id:&quot;HIGH_SCORE&quot;, src:this.soundsPath + &#039;highScore.ogg&#039;}
];
createjs.Sound.registerPlugins([createjs.CocoonJSAudioPlugin, createjs.WebAudioPlugin, createjs.HTMLAudioPlugin]);
this.queue = new createjs.LoadQueue();
createjs.Sound.alternateExtensions = [&quot;mp3&quot;];
this.queue.installPlugin(createjs.Sound);
this.queue.loadManifest(this.loadManifest);
...
sorry for all the code snippets, but it is hopefully easier to see what it is that I am doing.  Other file types (JS, images, etc...) seem to load fine, it&#039;s just the sound that is having issues.  Is this something that you might be able to assist me with? Thanks]]></description>
		<content:encoded><![CDATA[<p>Hey olsn, Thanks for the plugin. I am trying to use your 0.5.2 plugin with SoundJS 0.5.2 and also CocoonJS 2.1.1. Should it be compatible with this? I am trying to use in CocoonJS Launcher on my iPad (iOS 8.1.2) and it gives me the following errors:<br />
&#8230;<br />
Audio load error &#8221;: Could not find audio file named: &#8220;www/assets/sounds/highScore.ogg&#8221;<br />
&#8230; the same for the rest of the audio files that I have&#8230;<br />
I reference the audio files in a relative manner via PreloadJS with no reference at all to &#8216;www':<br />
&#8230;<br />
this.loadManifest = [<br />
{id:&#8221;HIGH_SCORE&#8221;, src:this.soundsPath + &#8216;highScore.ogg&#8217;}<br />
];<br />
createjs.Sound.registerPlugins([createjs.CocoonJSAudioPlugin, createjs.WebAudioPlugin, createjs.HTMLAudioPlugin]);<br />
this.queue = new createjs.LoadQueue();<br />
createjs.Sound.alternateExtensions = [&#8220;mp3&#8243;];<br />
this.queue.installPlugin(createjs.Sound);<br />
this.queue.loadManifest(this.loadManifest);<br />
&#8230;<br />
sorry for all the code snippets, but it is hopefully easier to see what it is that I am doing.  Other file types (JS, images, etc&#8230;) seem to load fine, it&#8217;s just the sound that is having issues.  Is this something that you might be able to assist me with? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-47973</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 06 Jun 2014 15:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-47973</guid>
		<description><![CDATA[I&#039;ve created one here  - https://github.com/alexpusch/SoundJSCocoonJSPlugin]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve created one here  &#8211; <a href="https://github.com/alexpusch/SoundJSCocoonJSPlugin" rel="nofollow">https://github.com/alexpusch/SoundJSCocoonJSPlugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olsn</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-47619</link>
		<dc:creator><![CDATA[olsn]]></dc:creator>
		<pubDate>Tue, 03 Jun 2014 19:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-47619</guid>
		<description><![CDATA[Nice! Good work!
I&#039;m super swamped currently and will not be able to work on this regularly. I&#039;ll make a github repo if I find time, otherwise feel free to make one yourself, I&#039;ll link it here.]]></description>
		<content:encoded><![CDATA[<p>Nice! Good work!<br />
I&#8217;m super swamped currently and will not be able to work on this regularly. I&#8217;ll make a github repo if I find time, otherwise feel free to make one yourself, I&#8217;ll link it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-47612</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 03 Jun 2014 19:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-47612</guid>
		<description><![CDATA[Whops &lt;a href=&quot;https://gist.github.com/alexpusch/cb42d9c2297ab1ea0698&quot; rel=&quot;nofollow&quot;&gt; fixed link &lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Whops <a href="https://gist.github.com/alexpusch/cb42d9c2297ab1ea0698" rel="nofollow"> fixed link </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-47610</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Tue, 03 Jun 2014 19:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-47610</guid>
		<description><![CDATA[Ok, I&#039;ve found the problem and &lt;a&gt; fixed it &lt;/a&gt; (lines 413-428)]]></description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;ve found the problem and <a> fixed it </a> (lines 413-428)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-47321</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Sat, 31 May 2014 21:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-47321</guid>
		<description><![CDATA[Thanks for awesome plugin ! Is there a Github repository for it? It would make following it easier.

I have a small issue - volume control does not seem to work. 
createjs.Sound.play(&quot;background&quot;, { volume: 0}) mutes the sound in the browser, but have no effect in Cocoon]]></description>
		<content:encoded><![CDATA[<p>Thanks for awesome plugin ! Is there a Github repository for it? It would make following it easier.</p>
<p>I have a small issue &#8211; volume control does not seem to work.<br />
createjs.Sound.play(&#8220;background&#8221;, { volume: 0}) mutes the sound in the browser, but have no effect in Cocoon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-42712</link>
		<dc:creator><![CDATA[Rodrigo]]></dc:creator>
		<pubDate>Fri, 02 May 2014 03:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-42712</guid>
		<description><![CDATA[Hi, 

Great Post!

I have 2 questions, did you test it on cocoonjs 1.4.7 on ios and if yes it worked fine ? What audio format did you used? 

Regards..]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Great Post!</p>
<p>I have 2 questions, did you test it on cocoonjs 1.4.7 on ios and if yes it worked fine ? What audio format did you used? </p>
<p>Regards..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olsn</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-39454</link>
		<dc:creator><![CDATA[olsn]]></dc:creator>
		<pubDate>Tue, 15 Apr 2014 18:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-39454</guid>
		<description><![CDATA[Awesome, thanks for the hint, I&#039;ll take a look at that when I find some time.]]></description>
		<content:encoded><![CDATA[<p>Awesome, thanks for the hint, I&#8217;ll take a look at that when I find some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJay</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-39450</link>
		<dc:creator><![CDATA[OJay]]></dc:creator>
		<pubDate>Tue, 15 Apr 2014 18:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-39450</guid>
		<description><![CDATA[Hi I work on SoundJS and this is awesome to see.  Nice work.

To answer the above, you can install SoundJS as a plugin for PreloadJS, which causes PreloadJS to use SoundJS to load sound.  My best guess as to why this CacoonJSAudioPlugin isn&#039;t working with it would be that it isn&#039;t returning a loader.  If you look at the WebAudioPlugin, you can see an example of building out a loader that is used both internally and by PreloadJS.

Hope that helps.]]></description>
		<content:encoded><![CDATA[<p>Hi I work on SoundJS and this is awesome to see.  Nice work.</p>
<p>To answer the above, you can install SoundJS as a plugin for PreloadJS, which causes PreloadJS to use SoundJS to load sound.  My best guess as to why this CacoonJSAudioPlugin isn&#8217;t working with it would be that it isn&#8217;t returning a loader.  If you look at the WebAudioPlugin, you can see an example of building out a loader that is used both internally and by PreloadJS.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lgmn</title>
		<link>http://indiegamr.com/soundjs-0-5-2-audio-plugin-for-cocoonjs-1-4-7/#comment-37442</link>
		<dc:creator><![CDATA[lgmn]]></dc:creator>
		<pubDate>Wed, 02 Apr 2014 08:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=739#comment-37442</guid>
		<description><![CDATA[Thanks a lot for the explanation mate!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for the explanation mate!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
