|
@@ -548,7 +548,7 @@ export default defineComponent({
|
|
|
return
|
|
|
}
|
|
|
if (state.playMode !== "MIDI") {
|
|
|
- console.time("音频加载时间123")
|
|
|
+ console.time("音频加载耗时")
|
|
|
// 处理音源
|
|
|
const [music, accompany, fanSong, banSong, mingSong, mingSongGirl] = await loadAudio()
|
|
|
audioData.backgroundEle = accompany;
|
|
@@ -642,7 +642,7 @@ export default defineComponent({
|
|
|
|
|
|
state.audioDone = true;
|
|
|
// state.isLoading = false
|
|
|
- console.timeEnd("音频加载时间123")
|
|
|
+ console.timeEnd("音频加载耗时")
|
|
|
console.timeLog('加载过程','音频加载完成')
|
|
|
console.log("音频数据:",audioData)
|
|
|
api_playProgress(progress);
|