-
this makes installing the correct version difficult especially as modules tend to change their formats or functions around
after many pip install commands. I finally got to this freeze list under U…
-
Steps to reproduce
------------------
Expected behaviour
------------------
I am trying to build a voice activated control system that would be integrated with Arduino
Actual behaviour
-----…
-
Steps to reproduce
------------------
1. (How do you make the issue happen? Does it happen every time you try it?)
2. (Make sure to go into as much detail as needed to reproduce the issue. Postin…
-
Hi,
Is there a micropython version of the Speech_Recognition library available?
Is the Speech_Recognition able to work with micropython?
Thank you
-
Steps to reproduce
------------------
1. How do you make the issue happen? Does it happen every time you try it?
- The issue is coming only when I convert my python code to an exe format using…
-
Steps to reproduce
------------------
Here is my code :
![Screenshot 2020-01-09 at 15 51 14](https://user-images.githubusercontent.com/58435935/72082349-ee077b00-32f7-11ea-85c8-52a2c1614792.pn…
-
Steps to reproduce
------------------
1. (How do you make the issue happen? Does it happen every time you try it?)
It happens every time I run.
2. (Make sure to go into as much detail as needed …
-
I have a problem....i wanted to recode this from scratch by following thr video but this is what pops up while runing main.py the cause of the error(r = sr.Recognizer()) @bradtraversy @rayavarapuvikra…
-
Using Windows 7 64bit, was following along with the instructions at https://heyathena.com/docs/intro/install.html#windows until I ran into a hitch
Got to "pip3 install HeyAthena" and received this:
…
Nawjy updated
6 years ago
-
Steps to reproduce
------------------
This code does not get past getting audio from the microphone:
`import speech_recognition as sr
r = sr.Recognizer()
m = sr.Microphone()
try:
prin…