command example not processing
I get to "Speech detected! processing..." with no errors. then, no matter what i say, it doesn't seem to "process". Also tried in guided mode. Told me to use one of the commands, same "Speech detected" output but no response when i say any of the commands. At initialization, it picks up my default microphone. When it says "okay whipser, start listening for commands" it will say "speech detected, processing..." no matter what i say. But it wont change no matter what i say, including "ok whisper..." like in the video.
https://github.com/user-attachments/assets/a9064c73-43ff-4b0d-be10-9a9f9b2faf67
I had to clip the video for file restraints, but even leaving it and only it "processing" for a while, on 16 threads, on my ryzen 9, using the small model doens't seem to make any difference. Tried different models as well. After it begins "processing" it just makes my computer cpu usage go way up like its stuck in a loop.
I ran the JFK.wav file example just fine as well. guided mode did not work either. Haven't tried any other example.
i'm not sure what comment was deleted. if need be i can provide more info.
hey @BrianTheBrain11 , I got the same issue but in "always-prompt mode" instead of "general-purpose mode". I made several adjustment on the command.cpp file and it works flawlessly. I think the issue is in the grammar rule
hey @BrianTheBrain11 , I got the same issue but in "always-prompt mode" instead of "general-purpose mode". I made several adjustment on the command.cpp file and it works flawlessly. I think the issue is in the
grammar rule
What adjustments did you make as I have this issue exactly...
I have since learned that for me, at least the issue was that it was taking a huge amount to time to process it. I switched to a quantized model and it sped it up immensely.
The problem for me ended up being that I was naively trying to just move all the files to Visual Studio SLN because I didn't really understand CMake. I now do and just ended up using Ninja instead of VS as the generator and i've since got it working. Moral of the story is copy over all the post processing commands.