diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index ed9d256..6b10664 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -1489,7 +1489,7 @@ const playNextAudio = () => { // 创建新的音频实例 const audio = new Howl({ src: [audioInfo.url], - html5: true, + html5: false, format: ["mp3", "wav"], onplay: () => { isAudioPlaying.value = true;