AlexArroyoDuque Posted October 21, 2014 Report Share Posted October 21, 2014 Hi! I have a game made with phaser, I've packaged with node-webkit. The game works fine except for the audio. The game in node-webkit does not play any track. I've done testing on windows. The audios are in mp3 format. Any idea? Greetings Quote Link to comment Share on other sites More sharing options...
lewster32 Posted October 21, 2014 Report Share Posted October 21, 2014 (edited) Node-webkit does not ship with support for MP3 (or indeed MP4) but it does support OGG Vorbis, which is in most regards better than MP3 at equivalent bitrates. See this post if you want to include MP3 support (but I'd advise against it): http://goo.gl/B5V46q Edit: Provided short URL as full URL was being minced by forum software! Edited October 21, 2014 by lewster32 Quote Link to comment Share on other sites More sharing options...
AlexArroyoDuque Posted October 21, 2014 Author Report Share Posted October 21, 2014 Thanks @lewster32 Works perfectly with .ogg audios! lewster32 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.