刘洋 6 months ago
parent
commit
032b0acde4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/plugins/tts/index.js

+ 1 - 0
src/plugins/tts/index.js

@@ -207,5 +207,6 @@ export default class TtsVoice {
     this.text = "";
     this.blob = "";
     this.changeBtnStatus("UNDEFINED");
+    this.audioPlayer?.reset();
   }
 }