-
-
Notifications
You must be signed in to change notification settings - Fork 579
Add VOSK Dictation (offline dictation) #3474
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
base: master
Are you sure you want to change the base?
Conversation
Hi @LabOzzy, please use English language in this project, thanks. You can use one of the many translation tools, doesn't need to be perfect. |
Thanks! I've updated the |
The CI test fails because this AppImage requires a graphical (X11) environment to work. This is expected — the test runner does not provide GUI, so window-based tools like xdotool cannot function. However, the application has been fully tested in real-world environments (Linux Mint 21.3), and works as intended: offline voice recognition, tray icon, notifications, sound alerts, and automatic text insertion via xdotool. Please consider manual review. The .AppImage is fully self-contained, portable, and offline. Thank you! |
Thank you @LabOzzy. There is an X11 environment for n the test, that's how we test all the graphic applications :-) The current issue is:
Gtk libraries and the Gtk Python libraries need to be bundled. |
…libffi и др.), пересобран AppImage для полной автономной работы
…, полная автономность)
Please do NOT upload AppImage files here. The only file you should create is data/VOSK_Dictation and it should ONLY contain the URL to your AppImage. Thanks! The AppData goes INTO your AppImage. The test that is run by this repository will download your AppImage from the URL and extract the AppData from it if available. |
All .typelib files, including Gtk-3.0.typelib, are bundled into the AppImage under usr/lib/girepository-1.0. |
I understand you, thank you for the detailed explanation and clarification, I've fixed everything now. |
It needs to be bundled. |
…64.AppImage, обновление ссылки в VOSK_Dictation
I appreciate your patience, I did as you indicated. |
It needs to be bundled. |
Please make sure that your application launches even if D-Bus or Notifications are not available on the system. |
How should your application main screen look like? Can you point me to a screenshot showing your application? |
So your application has no main window, just a tray icon? That would explain why the test fails to find a window for taking a screenshot... |
That's right, it works without a window, just an icon in the tray. |
Hmm, the automated test can't handle these yet. Maybe we need to modify the test to skip trying to take a screenshot in these cases. I will need to think about it. |
Looks like VOSK Dictation turned out to be a non-standard case — maybe it’ll help improve your test logic in the future 😉 |
AppImage has been added and appdata.xml for VOSK Dictation — offline voice text input.
It works without the Internet, with support for system notifications, tray and text insertion via xdotool.