-
Hi Daniel,
I really hope you can spare some time to help me. I have spent an embarrassingly large amount of time trying to hack your code so that it will work with the `TextEditor` view.
I am ab…
-
As discussed in #3198, where CAPTCHA is used, it would be good to generate guidance on how to create an audio alternative that better equates to the allowed object recognition for 3.3.7 Accessible Aut…
-
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…
-
Hi!
I’m really excited about this project! I have a similar one that uses JavaScript.
I would like to include an option for Speech-to-Text (STT). I’ve found that the Facebook model provides bett…
-
Currently the project's description mentions this:
> Note: Android 12 (API 31) has new concurrent audio capture policy
https://source.android.com/docs/compatibility/14/android-14-cdd (for modern A…
-
Google Speech Recognition is returning
> RequestError("recognition connection failed: {}".format(e.reason))
> speech_recognition.RequestError: recognition connection failed: [Errno -2] Name or se…
-
HI,
I am trying to use the `voicefilter.py` to separate the specific voice from the mixed audio file.
I ran this command ```python voicefilter.py --input entire_audio.mp3 --reference_file only_shah…
-
fasterWhispe似乎不支持低端显卡,用CPU跑,识别又不准确,不知有没有其他语音识别,适合tesla老显卡的
-
The bot boots up for me after compiling, and I make sure it has the necessary dlls and ffmpeg in the working directory, but I'm getting a System.FormatException every time the bot picks up anything on…
-
Simple code:
`import speech_recognition as sr
r = sr.Recognizer()
with sr.Microphone() as source:
print("Say something!")
audio = r.listen(source)
print(r.recognize_google(audio))`…