whisper_mic icon indicating copy to clipboard operation
whisper_mic copied to clipboard

Project that allows one to use a microphone with OpenAI whisper.

Results 36 whisper_mic issues
Sort by recently updated
recently updated
newest added

1. a flag to disable the audio descriptions like [TYPING] [CLOCK TICKING] etc 2. a flag to issue a READY message when the model is loaded and ready to listen...

Running the followig code results in the process getting stuck when not speaking loud enough: mic = WhisperMic() result = mic.record(duration=2) print(result) The issue seems to come from the function...

Hi Blake, Here is my environment: ``` MacOS Sonoma 14.4.1 XCode Command Line Tools 15.3.0.0.1.1708646388 Python 3.12.2 portaudio 19.7.0 (installed with brew) whisper_mic 1.4.2 ``` Here is the output I...

Got some shenanigans with Alsa happening. I'm on pop os latest update, with a mic plugged in through a Focusrite interface. ``` ALSA lib pcm_dsnoop.c:566:(snd_pcm_dsnoop_open) unable to open slave ALSA...

I tried running `python whisper_mic.py --help` on the CLI and was met with an error. ``` C:\Users\[___]\anaconda3\envs\whisper\lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not...

``` ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm_route.c:877:(find_matching_chmap) Found no matching channel map ALSA lib pcm_oss.c:397:(_snd_pcm_oss_open)...

I made `transcribe-anything` which will install the cuda version of whisper when it detects that you are using nvida-smi. I wanted to point this out. The motivation was installing whisper...

pip install whisper_mic not working Environment : MacOS Python version 3.8.17 pip version 23.2.1

Hello, firstly, thank you for the development! This could be a hardware issue rather than code, but I would like to ask you a question as no matter how many...