-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice Input button is stuck #16
Comments
Hi! Sorry for the inconvenience, I am still working on updating the README to include all details regarding the voice input and TTS. The issue is most likely happening because whisper.cpp is not installed, to setup whisper.cpp you can follow the instructions here. Once done you should copy all the contents of the whisper.cpp folder into a folder called whisper and place it inside the llm directory. Alternatively, if you have downloaded the Dot app you can right click to show package contents, from there you can navigate to contents/resources/llm and just copy paste the existing whisper folder into your project's llm folder. I do not know 100% if that would work though 😅 Also, to make the Text-to-speech work you might have to download the TTS model and place the downloaded contents inside /llm/vits-piper-en_US-glados, if prompted you can replace any duplicate files. The models are available here, I used the GLaDOS voice but any other should also work fine! You will have to change some of the file names in ttsProcessor.js if you choose another model. Hope that was helpful! And please let me know if you are facing any other issues :) Best, Alex |
Hi Alex, thank you very much for your fast response! UPD: I have installed Dot application - and following package contents/resources/llm I can confirm that Whisper is installed, but ASR still doesn't work. Will try to compile from source and update later whether it helped, maybe that will resolve the issue somehow. Rather than that, will much appreciate any possible options to check. Warmly, |
Hi Alexa, sorry to hear you are still facing the same issue! The llm folder containing whisper should be placed in the same directory as the project itself alongisde src and node_modules, sorry if I did not make that clear. Also make sure to download the ggml model for whisper, Dot is configured to use I would also like to ask if the ASR worked for you on the packaged app, and if not could you please let me know if there were any error logs? Those should appear in the dev window by clicking Best regards, Alex |
Hey, thanks for your great work here!
I was able to set up the project on M1 Mac (Sonoma), but unfortunately STT doesn't seem to be toggled.
Any possible solutions?
Warmly,
Alexa
The text was updated successfully, but these errors were encountered: