I have written a program for speech to text in which I use speech recognition by pycharm ask for PyAudio so I tried to do so . But PyAudio in pycharm is not getting installed
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
I guess you need to configure a Python interpreter
https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html
Sounddevice is easier for speech recognition because of it's simplicity. However if you really need pyaudio use
if that does not work then check what python you are using in pycharm by looking at the python console tab. In this case I am using python 3.6.