this post was submitted on 30 Aug 2025
29 points (89.2% liked)
Open Source
41344 readers
147 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Do you have any programming experience?
Whisper.cpp is fairly easy to use, there are plenty of open source libraries for audio input, and sending text as keystrokes in Windows is quite easy.
There may very well be an existing solution, but if you want to put something together yourself, all the major building blocks already exist. You'd just have to write the code to tie it all together.
Thank you.
I have only a basic understanding, like how for loops and small functions work.
I currently have whisper installed and I can get it display what I see on cmd. If the apps don't work, will try that option.