我使用的soundJS效果很好,但是当注册CordovaAudioPlugin时,我的路径和/或安全性都有问题! :(
路径
如何在IOS中实现soundJS和Cordova音频插件?
为了在iOS上获得更好的性能,我们使用WKWebView:https://github.com/Telerik-Verified-Plugins/WKWebView
代码:
createjs.Sound.registerPlugins([createjs.CordovaAudioPlugin]);
createjs.Sound.alternateExtensions = ["mp3"];
createjs.Sound.on("fileload", this.loadHandler, this);
createjs.Sound.registerSound("path/to/mySound.mp3", "sound");
function loadHandler(event) {
var instance = createjs.Sound.play("sound");
}
我们使用“cordovaaudioplugin-0.6.1.min.js”和“soundjs-NEXT.min.js”