<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic an issue of playing multiple audios in cordova media plugin in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021251#M38309</link>
    <description>&lt;P&gt;Sorry guys, I am back to the troublesome cordova media plugin again! Now I got a new problem of playing multiple sounds using the media plugin in intel xdk. I have a background music loop playing in the app. I also have another sound of some kind for object moving in the app. However, the two sounds interfere with each other when they are playing at the same time. I mean the sound for object moving played initially when the background music was loop playing at the same time, but it then stopped after a while and no more play while the background music is still on. It seems it is a bug in cordova media plugin. Is there any walkaround to overcome the problem? I googled a lot and only got a negative response from the internet. Thanks a lot for any help.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jul 2015 03:43:15 GMT</pubDate>
    <dc:creator>Bigfanx__</dc:creator>
    <dc:date>2015-07-22T03:43:15Z</dc:date>
    <item>
      <title>an issue of playing multiple audios in cordova media plugin</title>
      <link>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021251#M38309</link>
      <description>&lt;P&gt;Sorry guys, I am back to the troublesome cordova media plugin again! Now I got a new problem of playing multiple sounds using the media plugin in intel xdk. I have a background music loop playing in the app. I also have another sound of some kind for object moving in the app. However, the two sounds interfere with each other when they are playing at the same time. I mean the sound for object moving played initially when the background music was loop playing at the same time, but it then stopped after a while and no more play while the background music is still on. It seems it is a bug in cordova media plugin. Is there any walkaround to overcome the problem? I googled a lot and only got a negative response from the internet. Thanks a lot for any help.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 03:43:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021251#M38309</guid>
      <dc:creator>Bigfanx__</dc:creator>
      <dc:date>2015-07-22T03:43:15Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021252#M38310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Try following this link. I think it has chunks of code for game where multiple music and sounds are played. So this should be helpful.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.html5rocks.com/en/tutorials/webaudio/games/" target="_blank"&gt;http://www.html5rocks.com/en/tutorials/webaudio/games/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;or see if you can us ethis web audio library&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://goldfirestudios.com/blog/104/howler.js-Modern-Web-Audio-Javascript-Library" target="_blank"&gt;http://goldfirestudios.com/blog/104/howler.js-Modern-Web-Audio-Javascript-Library&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 18:10:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021252#M38310</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-07-22T18:10:44Z</dc:date>
    </item>
    <item>
      <title>You want them to play at the</title>
      <link>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021253#M38311</link>
      <description>&lt;P&gt;You want them to play at the same time and now they don't?&lt;/P&gt;

&lt;P&gt;A few things to consider:&lt;/P&gt;

&lt;P&gt;- According to their documentation, Android and iOS allow two sounds being played simultaneously. Windows and Blackberry (a few devices) do not.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;- Make sure you are not using the same media object for the second sound&lt;/P&gt;

&lt;P&gt;- It could be a device issue. Do try it on another device to confirm.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;- A popular alternative to Cordova media plugin esp when targeting concurrency is:&amp;nbsp;https://github.com/floatinghotpot/cordova-plugin-nativeaudio&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 18:12:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021253#M38311</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-07-22T18:12:55Z</dc:date>
    </item>
    <item>
      <title>Hi, after several hours</title>
      <link>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021254#M38312</link>
      <description>&lt;P&gt;Hi, after several hours research and testing, I found cordorva-plugin-nativeaudio from floatinghotpot can meet my requirement. It enables low latency and polyphony.&amp;nbsp; I switched to this wonderful plugin and it is working perfectly on my android phone. Thanks a lot to all for helps.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 02:04:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/an-issue-of-playing-multiple-audios-in-cordova-media-plugin/m-p/1021254#M38312</guid>
      <dc:creator>Bigfanx__</dc:creator>
      <dc:date>2015-07-23T02:04:12Z</dc:date>
    </item>
  </channel>
</rss>

