Closed abdoutech93 closed 4 years ago
this.speach.init(this.config[SPEACH_VENDOR]).then((data) => { console.log("Speech is ready, voices are available", data) }).catch(e => { console.error("ERROR tts : An error occured while initializing : ", e) })
the content of this.config[SPEACH_VENDOR] : lang: "ar-AR" pitch: 1 rate: 1 splitSentences: true voice: "" volume: 1
You pass an empty string for voice
what should be the voice value ?
the content of this.config[SPEACH_VENDOR] : lang: "ar-AR" pitch: 1 rate: 1 splitSentences: true voice: "" volume: 1