MyVoiceTyping: local-first Chinese voice typing app using FunASR/SenseVoice on macOS #3241
botaruibo
started this conversation in
Show and tell
Replies: 1 comment
-
|
这个方向很实用。我核对了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi FunASR community, I’m one of the maintainers of MyVoiceTyping, an open-source macOS app that turns speech into text directly in the current input field.
Repo: https://github.com/botaruibo/MyVoiceTyping
Text polishing model: https://modelscope.cn/models/botaruibo/MyVoiceTyping-1.5b-q4
Fine-tuning dataset: https://github.com/botaruibo/MyVoiceTyping-Dataset
The project uses the FunASR / SenseVoice ecosystem as the local ASR foundation, together with local punctuation restoration and a small local GGUF text-polishing model. The goal is not just file transcription, but day-to-day Chinese voice typing: press a hotkey, speak, and paste cleaned-up text into chat, docs, notes, or issue trackers.
Why we built it this way:
It can be compared with tools like Typless, but the positioning is different: MyVoiceTyping is an early open-source, local-first alternative rather than a cloud product.
Would love feedback from FunASR users on latency, local deployment, packaging, and Chinese dictation quality.
Beta Was this translation helpful? Give feedback.
All reactions