No sounds in Cocoon CanvasPlus built

Table of Content

If you are facing an issue with no sounds on your canvas plus built, please try following fixes.

Audio Plugin

Try to install following plugin to your cocoon project.

[xml]<plugin name=”cordova-plugin-nativeaudio” spec=”*”/>[/xml]

 

Just add the line above to your config.xml at Cocoon -> [Your Project] -> config.xml.

Info

I found out, that with 2.2.0 there is no need to install any additional plugin to get sounds working.

Audio files

It’s important to use the acurate audio file formats for each platform, iOS and Android. If you add a “.wav” audio file to Construct 2, it mostly can be converted to “.ogg” and “.m4a” automatically. If there is an issue, please check your audio files.

  • iOS, Windows Phone => .m4a
  • Android, any other platform => .ogg

Also enable both checkboxes at “Export audio files for” on the Construct 2 export options window.

 

Updated on March 31, 2018

Was this article helpful?

Related Articles

Not the solution you were looking for?
Click the link below to submit a support ticket
Visist our Forum!

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.