Python code to translate speech.
Captures voice through microphone & recognises the language using speech recognition module of python.
Then asks user for the language to which they want to translate.
Translates the captured voice to desired language and prints it as well as plays audio of the translated speech.