Hello Everyone, I am Ahmed Khalifa, an indie game developer. I am working on my game C-Square using Phaser but I have problems with compiling the android version using cordova with crosswalk plugin.
I compiled my game using cordova and it is working fine but some devices were having performance issues so I decided using crosswalk now everything is super fast but no audio in the whole game. The game works perfectly on iOS. The sound files are mp3 files (32-bit float, Stereo, 44100Hz) here are the parameters using for crosswalk <plugin name="cordova-plugin-crosswalk-webview" spec="~2.2.0”> <variable name="XWALK_VERSION" value="22+" /> <variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:17+" /> <variable name="XWALK_MODE" value="embedded" /> <variable name="XWALK_MULTIPLEAPK" value="true" /> </plugin> <preference name="xwalkCommandLine" value="--ignore-gpu-blacklist" /> Any help is appreciated as I have been stuck in this problem for more than a week. Thanks Ahmed Khalifa
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
