-
I was trying the [background_listening.py](https://github.com/Uberi/speech_recognition/blob/master/examples/background_listening.py) example, but it doesn't give any output, it doesn't even call the c…
-
- add speech/voice recognition to control swiping left or right
- web audio API??
-
Steps to reproduce
------------------
I try to run the following script but it seems it is stuck on wake-word detection. I have spoken multiple times but the script does not seem to recognize the …
-
Add demos on https://huggingface.co/huggingfacejs (feel free to contribute demos, or to ask joining the organization)
### Natural Language processing
- [ ] Fill mask
- [ ] Summarization
- [ ] …
-
Steps to reproduce
------------------
I have a audio file which is in Indian English format. When I am running the following code from from local system this code runs perfectly and transcribes succ…
-
# Automatic Speech Recognition
ASR is a text generation task that convert spoken language into its written form.
## Task Objective
Automatic Speech Recognition (ASR) is a classic task in the…
-
Is there anyone who can add whisper example in [audio_transcribe.py](https://github.com/Uberi/speech_recognition/blob/74615638f9e0d66a45119a9b5fc08812d6b560ff/examples/audio_transcribe.py)?
- [micr…
-
App started recognition using
`_micClient = [SpeechRecognitionServiceFactory createMicrophoneClient:SpeechRecognitionMode_ShortPhrase withLanguage:locale withKey:API_KEY withProtocol:(self)];`
…
-
Traceback (most recent call last):
File "C:\Users\macst\PycharmProjects\pythonProject1\slave.py", line 19, in get_adio
audio = r.listen(source)
^^^^^^^^^^^^^^^^
File "C:\Users\…
-
I need only final message in stream, how to determine that message is final?