Speech recognition on Raspberry Pi 2 with Python 3 (preparation)
There are a few modules you can use for converting speech input into a textual output. One of the simplest one for the beginner is : https://pypi.python.org/pypi/SpeechRecognition/ Here are the preparation steps that we use to try the module: Plug a microphone into a USB Sound card dongle. Follow this…