Replies: 2 comments 7 replies
-
Going to have to bump this one, I'm facing exactly the same issue and am not sure what the problem is. The program clearly detects a capture device, but doesn't recognise any audio input whatsoever. I've tried different capture devices, and have verified that they are all working well in pavucontrol, etc. I have also experimented with The "command" and "stream" documentation suggests that the audio detection comes from SDL2, though I have the latest version installed (2.30.3) so I'm pretty stumped. Any ideas or suggestions would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
Figured out the problem, seems pretty obvious now looking back at my post... SDL2 version 2.30+ doesn't seem to be working with whisper.cpp, and everything seems to be working fine after downgrading back to 2.28.5 Might be worth a try if you've recently updated your SDL2 library @Pigarian ! |
Beta Was this translation helpful? Give feedback.
-
Hello. I've gotten Stream.cpp to compile and run, but once it says "Start speaking" it doesn't seem to do anything. My computer notifies me an app is using my microphone, but processing isn't happening. Below is everything it prints on launch:
If anyone's got a good guess as to what's wrong, I'm all ears.
Beta Was this translation helpful? Give feedback.
All reactions