Python functions that wrap the speech_recognition library. Making recognizing spoken speech a 1 line process.
speech_recognition (pip)
tts.exe, or any TTS program that takes an argument and converts it to computer spoken audio.
import speech
print speech.get()
import speech
speech.say("Hello world!")