diff --git a/src/components/metaHuman.vue b/src/components/metaHuman.vue index c22039a..5f1089f 100644 --- a/src/components/metaHuman.vue +++ b/src/components/metaHuman.vue @@ -65,7 +65,8 @@ export default { throttle(() => { this.speech.text = text // this.speech.voice = speechSynthesis.getVoices()[13] - load(!synth.speaking).then(() => synth.speak(this.speech)) + synth.cancel() + synth.speak(this.speech) }) } },