-
Steps to reproduce
------------------
1. `pip install 'SpeechRecognition[whisper-api]' pyaudio`
2. Insert OpenAI API Key in `examples/microphone_recognition.py` and comment out other recognizers
…
-
Steps to reproduce
------------------
1.I am trying to transcribe an audio file in german. I am getting an error all the time. I tried with both the Google personnel API key as well as default key…
-
So just using the standard
import speech_recognition as sr
r = sr.Recognizer()
speech = sr.Microphone(device_index=1)
with speech as source:
audio = r.adjust_for_ambient_noise(source)
a…
-
Currently, we're using the original Kinect API for speech recognition. Investigate the possibility of taking the audio signal and using the Bing Speech API instead - it's a far more accurate and robu…
-
It would be very useful to apply whisper to transcribe from a mp4 file already created
-
Steps to reproduce
------------------
1. Everything started when trying out the installation of the package with
```
python -m speech_recognition
```
Then, execute the following commands:
```…
-
#### Is your feature request related to a problem? Please describe
With some fantastic new components like text and image annotators enabling seamless data science workflows, it would be cool to take…
-
Hi Mr. Rolczynski,
I have tried to generate a new model with a new training dataset(code is as below which is same as you have mentioned in github)
dataset = asr.dataset.Audio.from_csv('C:/Users/XX…
-
I would love it if the script could automatically scroll based on audio input that is parsed via speech recognition software. I found a list here: https://fosspost.org/lists/open-source-speech-recogni…
-
System information
------------------
My **system** is PYNQ Linux, based on Ubuntu 18.04
My **Python version** is 3.6.5
My **Pip version** is 9.0.1
My **SpeechRecognition library version*…