-
First of all, great work!
Considering that technical jargon may be used in real scenarios (especially when working in industrial settings), is there a way to improve recognition of these terms withou…
-
Hello,
I am currently working on a project that involves real-time transcription of conversations using the Vosk speech recognition system. I would like to inquire about the possibility of utilizin…
-
https://mycroft.ai/
-
-
Hello.
After creating a docker container following the tutorial video and readme, I tried Live Transcription of microphone input using ffmpeg, but it didn't work properly.
After checking the doc…
-
### Session description
Chrome is proposing new improvements to the Web Speech API, including:
Offline speech recognition: Allow speech recognition without an internet connection. [1]
MediaStreamTra…
-
Hello Everyone 🤗.
I have been working on an app where i need to implement VAD (Voice Activity Detection) wheen user starts speaking 🗣️ i want to record the audio and send it to the server. I found th…
-
-
**Steps to reproduce**
------------------
1. To reproduce this issue, add the test cases to the `speech_recognition` module specifically for error handling in the `recognize_whisper_api` functio…
-
Steps to reproduce
------------------
```python
import speech_recognition as sr
r = sr.Recognizer()
m = sr.Microphone()
try:
print("A moment of silence, please...")
with m as sourc…