-
[comment]: (Just paste "x" inside brackets, for example: - [x] Some positive statement)
**What problem are you facing?**
- [ ] audio isn`t recorded
- [ ] audio is recorded with artifacts
- [ …
ghost updated
1 month ago
-
```
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._…
-
I am trying to use speech recognition on python 3.8 i am fairly new to programming and i have tried multiple solution such as using pip to install pyaudio but it says "Command 'pip' not found but ther…
-
Hello there,
I pointed an issue with audio output after executing speech recognition in an iOS cordova app.
I added a "click" sound any time I tap the button for speech recognition but it plays onc…
-
Exception in thread Thread-2:
Traceback (most recent call last):
File "D:\Software\MiniConda\envs\vioceAI\lib\site-packages\speech_recognition\__init__.py", line 750, in threaded_listen
audio…
-
I already installed `speech_recognition` and trying to import `speech_recognition` it gave me `ModuleNotFoundError: No module named 'speech_recognition'`
**Hear is my python code**
```
import s…
-
Steam Audio has recently been open sourced: https://github.com/ValveSoftware/steam-audio/tree/master
Silk.NET currently lacks more modern audio bindings, with XAudio being the closest we have today…
-
Steps to reproduce
------------------
1. Install latest SpeechRecognition (from PyPI or github)
2. Run the 'microphone_recognition.py' example (taken from examples dir on github)
Expected beha…
-
Hi,
I hope to be able to perform snowboy wakeup word detection after running google speech recognition api, but I execute the following code and cannot perform the snowboy detection part after speech…
-
## Description
Carried over from https://github.com/brave/browser-laptop/issues/15312
> In our application, we use a Speech to Text Recognition. Depending on whether or not a service is available …