I am developing a Voice based personal assistant using Python. I took help from some open-source projects. I have apis for speech to text engines. My assistant first records the voice, then it uses the api to send the voice and return the transcribed command. Whereas the other platforms like siri, cortana, google now, houndify and web services, they do it in real time like instantly.
How to achieve the instant speech to text like these engines?