I am trying to make an offline voice controlled home assistant. I use pocketsphinx
for speech to text and espeak
for text to speech, like if i give a command "open browser", then it opens the browser and speaks back "open browser processed".
The problem is when I connect to an external speaker, pocketsphinx recognises the "open browser processed" and this goes into a loop.
How can I configure pocketsphinx to pause for a little more time before recognising the next word?
I am using the livespeech function and code with Python.