this post was submitted on 30 Aug 2025
28 points (88.9% liked)

Open Source

40747 readers
179 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

As an alternative for the 'Dictate' option in Word?
I have searched for it, but most of them seem to be for Linux, Macos and Android.

I know of Sayboard and Whisper on Android.

I have seen whisper installation setups and have tried it, but havent't seen one that can directly dictate into other open apps.

Are there any applications which can directly enter the dictated text into an opened word or text file? One which can directy dictate into Word or Libreoffice Writer?

Thanks in advance.

top 6 comments
sorted by: hot top controversial new old
[–] SanctimoniousApe@lemmings.world 10 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Simon is the only one I can find. I've no experience with it - just did some searching out of curiosity. Seems mainly for Linux, but the page says there's Windows support, too.

[–] Achyu@lemmy.sdf.org 3 points 2 weeks ago (1 children)
[–] SanctimoniousApe@lemmings.world 3 points 2 weeks ago* (last edited 2 weeks ago)

No problem. In what is perhaps a bit of serendipitous timing, I also just came across this Android app which aims to make an Android device plugged into a PC via USB look like a standard keyboard & mouse - although it looks like your device needs to be rooted. If Simon doesn't work out for you (I see the Windows version hasn't been updated in over a decade, and even the Linux version has only seen sporadic activity), then perhaps this app in combination with the apps you mentioned in your OP could suffice for your needs (assuming you have an Android device since you specifically called out a couple of apps for it).

[–] corroded@lemmy.world 6 points 2 weeks ago (1 children)

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.

[–] Achyu@lemmy.sdf.org 1 points 2 weeks ago

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.

[–] Cris_Color@lemmy.world 2 points 2 weeks ago

I'm just commenting for engagement, I hope you get a useful answer! :)