-
I wanted to have like, after one hotword is detected it should record until another hotword is detected. I have done with the recording aspect but the order of those hotwords is important. If i direc…
-
When it is tried to run the talk-y.cmd script a error message is displayed telling that talky y module can not be found. All the requirements were installed as stated in the requirements.txt fil…
-
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…
-
Steps to reproduce
------------------
1. The error occurs when **recognize_google_cloud** method is used with **preferred_phrases** parameter.
2. Use the google cloud speech recognition like this…
-
Steps to reproduce
------------------
1. (How do you make the issue happen? Does it happen every time you try it?)
This issue happens upon running the python script containing the following code
…
-
Steps to reproduce
------------------
1. (How do you make the issue happen? Does it happen every time you try it?)
Run Code. Located at bottom.
Expected behaviour
------------------
(What …
ghost updated
5 years ago
-
Issue: `pyaudio` cannot be used for recording audio.
Environment:
```
$ conda list
# Name Version Build Channel
alsa-lib 1.1.5 …
kynan updated
2 months ago
-
D:\下載\app\self-operating-computer-main\self-operating-computer-main>pip install -r requirements-audio.txt
Collecting whisper-mic (from -r requirements-audio.txt (line 1))
Using cached whisper_mic-…
-
## Steps to reproduce
Run this code to reproduce the error:
``` python
import asyncio
import speech_recognition
recognizer = speech_recognition.Recognizer()
async def listen(source):
recogniz…
-
SpeechRecognition is not giving a response if I use a live microphone.
I have successfully installed the SpeechRecognition library and PyAudio using python3 -m pip install ... I am working on a Ras…