Barun Pandit

Results 2 comments of Barun Pandit

I got the same issue. this.tts.speak({ text: "Welcome, I am Barun.", locale: 'en-IN', rate: 0.75 }) .then(() => { console.log('Success'); }) .catch((reason: any) => { console.log(reason) // here, I am...