gpt4 book ai didi

html - 在运行的声音线程上播放声音,还是继续播放?

转载 作者:行者123 更新时间:2023-11-28 03:38:47 25 4
gpt4 key购买 nike

我有以下方法在 phonegap 应用程序中播放声音:

  if (Ext.os.is.Android) {
var soundPath = util.phonegap.getResourcesPath() + "/sounds/1khz_1_5s.mp3";
var restSound = new Media(soundPath,
function () {
}, function (error) {
console.log(error);
});
restSound.play();
}
else {
new Ext.Audio({hidden:true, url:'sounds/1khz_1_5s.mp3'}).play();
}

但是,如果在我的应用程序打开时正在播放 Pandora 或类似软件,这会停止音频并且不会在我的声音结束时恢复播放。当我播放声音时,如何恢复正在发生的任何音频?

我需要这个才能在 iOS 和 Android 上运行。

最佳答案

使用 javascript 桥。只是更容易。

关于html - 在运行的声音线程上播放声音,还是继续播放?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12549177/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com