SoDeS
SoDeS
@mlubbad Yes, we will find out the opinion of the maintainer and probably proceed to merge.
It's all demagogy and endless dialogue. If you agree with my last comment, then just write what you think is necessary for this PR and I will implement it in...
Judging by the error, `git` (version control system) is not installed on your system. You need to download it from the [official site](https://git-scm.com/downloads) and install it.
[Similar issue](https://github.com/SevaSk/ecoute/issues/99). Try to test the [solution](https://github.com/SevaSk/ecoute/issues/99#issuecomment-1586735424).
Somehow you installed another library with the same name (`whisper`, but for work you need `openai-whisper`) Try reinstalling via: ```bash pip uninstall whisper pip install git+https://github.com/openai/whisper.git ``` [Source](https://github.com/openai/whisper/discussions/120#discussioncomment-3733601) If this...
@saravanareddy09 If your error has not changed, then the problem is exactly what I wrote about. You have the wrong library installed. And for some reason, `pip` did not remove...
Hi🖐 Its depends on SpeechRecognition. If it can do STT in real-time, then you can do it. In turn, PyAudio can do what you need, but maybe you will need...
@imposterfromtheamongus You can use this project as reference: https://github.com/SevaSk/ecoute/ https://github.com/SevaSk/ecoute/blob/main/AudioRecorder.py There inside custom version of SpeachRecognition but only reason for it - is to switch from PyAudio to WPatch-version. I...
Hi🖐 Adding auto-detection can make the behavior of the library a little confusing, so this feature is rejected. But maybe I will add to the next release the ability to...
Hi🖐 Yes, this lib supports ASIO drivers, but as written in the README: > PyAudioW(indows|ASAPI)Patch come only with WMME, DirectX and WASAPI support if you need more -> create an...