刘洋 hace 6 meses
padre
commit
032b0acde4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
   }
 }