davabase/whisper_real_time

WRT on Windows

donnadulcinea opened this issue · 1 comments

Did somebody managed to let it work on Windows? I couldn't in any way.
The source is loaded correctly, but basically debugging, no data is put on queue:

    data = audio.get_raw_data()
    data_queue.put(data)

So no any result during listening.

Which way did you solve it?

Ok it is a sound device problem actually.
It seems available but gives no audio
I solved connecting a USB microphone.
I'm finding a way to see if this is solvable by code.