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