![](https://www.linuxcircle.com/wp-content/uploads/2015/08/NEW-Creative-USB-Play-2-Sound-Blaster-Black.jpg)
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…