<?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: CocoonJS AudioPlugin for SoundJS</title>
	<atom:link href="http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/</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: olsn</title>
		<link>http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/#comment-24689</link>
		<dc:creator><![CDATA[olsn]]></dc:creator>
		<pubDate>Tue, 26 Nov 2013 16:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=602#comment-24689</guid>
		<description><![CDATA[awesome!
thanks for sharing this!]]></description>
		<content:encoded><![CDATA[<p>awesome!<br />
thanks for sharing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: watacoso</title>
		<link>http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/#comment-24688</link>
		<dc:creator><![CDATA[watacoso]]></dc:creator>
		<pubDate>Tue, 26 Nov 2013 16:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=602#comment-24688</guid>
		<description><![CDATA[ok nevermind, i found a solution xD i noticed that ogg wasn&#039;t among the extensions attribute of the plugin. Out of curiosity i tried to add it, without 
really thinking it would work. but well, it did xD

if you have .ogg files , just search for the part of the plugin where the capabilities attribute is filled and add   playType == &quot;ogg&quot; to the list of extensions.

 the only problems i see is an error message for each of my registered sounds : &quot;Could not find the audio file named &quot;game/null&quot; , and apparently i can play only one instance of a sound for each source. not really a problem for my current project, but i&#039;ll see if i can find a solution. now my game runs without issues and i can upload it! again, thanks for this lib! :D]]></description>
		<content:encoded><![CDATA[<p>ok nevermind, i found a solution xD i noticed that ogg wasn&#8217;t among the extensions attribute of the plugin. Out of curiosity i tried to add it, without<br />
really thinking it would work. but well, it did xD</p>
<p>if you have .ogg files , just search for the part of the plugin where the capabilities attribute is filled and add   playType == &#8220;ogg&#8221; to the list of extensions.</p>
<p> the only problems i see is an error message for each of my registered sounds : &#8220;Could not find the audio file named &#8220;game/null&#8221; , and apparently i can play only one instance of a sound for each source. not really a problem for my current project, but i&#8217;ll see if i can find a solution. now my game runs without issues and i can upload it! again, thanks for this lib! <img src="http://indiegamr.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: watacoso</title>
		<link>http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/#comment-24631</link>
		<dc:creator><![CDATA[watacoso]]></dc:creator>
		<pubDate>Mon, 25 Nov 2013 10:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=602#comment-24631</guid>
		<description><![CDATA[Hey there olsn , thanks for the plugin!

sadly i have the same problem of richard. The active plugin is yours (and on desktop it works fine), but on android, wether i use registerSound or preload the with the LoadQueue element, the sounds are ignored . That is, when i look inside the loading process of loadManifest, all files are seen and loaded correctly, but it seems to skip all the audio files. Also, i don&#039;t receive any kind of warnings. On what version of soundJS does the plugin work? eventually, where can i find informations about the cocoonjs audio API to do modifications to the plugins if necessary? thanks for your time :)

Watacoso]]></description>
		<content:encoded><![CDATA[<p>Hey there olsn , thanks for the plugin!</p>
<p>sadly i have the same problem of richard. The active plugin is yours (and on desktop it works fine), but on android, wether i use registerSound or preload the with the LoadQueue element, the sounds are ignored . That is, when i look inside the loading process of loadManifest, all files are seen and loaded correctly, but it seems to skip all the audio files. Also, i don&#8217;t receive any kind of warnings. On what version of soundJS does the plugin work? eventually, where can i find informations about the cocoonjs audio API to do modifications to the plugins if necessary? thanks for your time <img src="http://indiegamr.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p>Watacoso</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olsn</title>
		<link>http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/#comment-17703</link>
		<dc:creator><![CDATA[olsn]]></dc:creator>
		<pubDate>Wed, 19 Jun 2013 08:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=602#comment-17703</guid>
		<description><![CDATA[Are you getting any errors?
You have the correct sound-file-format and codec to play on iOS?
Did you try it with the WebAudioPlugin yet, maybe that works meanwhile in CocoonJS? (haven&#039;t tried it in a while)]]></description>
		<content:encoded><![CDATA[<p>Are you getting any errors?<br />
You have the correct sound-file-format and codec to play on iOS?<br />
Did you try it with the WebAudioPlugin yet, maybe that works meanwhile in CocoonJS? (haven&#8217;t tried it in a while)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/#comment-17701</link>
		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Wed, 19 Jun 2013 08:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=602#comment-17701</guid>
		<description><![CDATA[thanks for the plugin however i can&#039;t get it working in iOS 6 either with user initiated events or others. when i log..

console.log(createjs.Sound.activePlugin);

i get &quot;CocoonJSAudioPlugin&quot; but no sounds play :(
everything plays fine in iOS Safari or on the desktop]]></description>
		<content:encoded><![CDATA[<p>thanks for the plugin however i can&#8217;t get it working in iOS 6 either with user initiated events or others. when i log..</p>
<p>console.log(createjs.Sound.activePlugin);</p>
<p>i get &#8220;CocoonJSAudioPlugin&#8221; but no sounds play <img src="http://indiegamr.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /><br />
everything plays fine in iOS Safari or on the desktop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olsn</title>
		<link>http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/#comment-10836</link>
		<dc:creator><![CDATA[olsn]]></dc:creator>
		<pubDate>Thu, 21 Mar 2013 10:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=602#comment-10836</guid>
		<description><![CDATA[Sorry I did not do anything with the CocoonJS webview extension yet ;)]]></description>
		<content:encoded><![CDATA[<p>Sorry I did not do anything with the CocoonJS webview extension yet <img src="http://indiegamr.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://indiegamr.com/cocoonjs-audioplugin-for-soundjs/#comment-10833</link>
		<dc:creator><![CDATA[Jake]]></dc:creator>
		<pubDate>Thu, 21 Mar 2013 10:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://indiegamr.com/?p=602#comment-10833</guid>
		<description><![CDATA[Thanks for your excellent postings!
Did you happen try displaying Youtube  videos with CocoonJS?
I get  a blank image when loading them in the WebView with the IFrame API, see my issue description here:
http://www.ludei.com/forum#/discussion/7/cocoonjs-general/p6

I&#039;ll deeply appreciate if you could share your thoughts / experience.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your excellent postings!<br />
Did you happen try displaying Youtube  videos with CocoonJS?<br />
I get  a blank image when loading them in the WebView with the IFrame API, see my issue description here:<br />
<a href="http://www.ludei.com/forum#/discussion/7/cocoonjs-general/p6" rel="nofollow">http://www.ludei.com/forum#/discussion/7/cocoonjs-general/p6</a></p>
<p>I&#8217;ll deeply appreciate if you could share your thoughts / experience.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
