OS - Ubuntu 16.04
Code to reproduce -
engine = pyttsx.init('espeak')
engine.say('Greetings!')
engine.runAndWait()
engine = pyttsx.init('espeak')
engine.say('How are you today?')
engine.runAndWait()
I've already tried all the solutions given in the other threads but nothing seems to work. Any sort of help would be great