Browse Source

尝试解决一下安卓音频问题。

master
宋杰 5 days ago
parent
commit
0cfb5fa326
  1. 2
      src/views/AiEmotion.vue

2
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;

Loading…
Cancel
Save