157
submitted 20 hours ago* (last edited 20 hours ago) by guttermonk@lemmy.ml to c/opensource@lemmy.ml

Jambi’s mission is to transcribe audio to your clipboard, as quickly and accurately as possible, while staying privacy-focused and open-source.

Jambi aims to help computer users with disabilities, such as vision or physical impairments, by providing real-time transcription of their speech. It’s also a great tool for anyone who wants to transcribe audio quickly and easily.

This is the alpha release and the project is still in early development. Currently looking for feedback and contributors. If you are a developer, you can contribute to the project by submitting pull requests or reporting issues.

If you like the project, please show your support by leaving a star. Thanks! https://github.com/guttermonk/jambi

you are viewing a single comment's thread
view the rest of the comments
[-] black_flag@lemmy.dbzer0.com 5 points 18 hours ago

Is there any reason you chose vosk over whisper.c++?

[-] guttermonk@lemmy.ml 12 points 17 hours ago

I'm not familiar with whisper.c++ but I did try faster-whisper. Unfortunately, the transcriptions took upward of 40sec and it didn't offer live transcription, which is a nice feature of vosk. There's a comparison in the readme with other differences. That said, it should be relatively modular. It shouldn't take much to swap it back to whisper if that's what you prefer to use. Whisper is in the nix flake as optional, and the program allows you to change models but i haven't bothered trying to switch back to Whisper since Vosk has been more performant.

[-] guttermonk@lemmy.ml 5 points 17 hours ago

I should also add that if you don't want to reconfigure Jambi to use Whisper, you can try WhisperNow, which is built in Python and uses Whisper. I saw similar transcription performance when I used Whisper with Jambi and decided to move forward with Vosk after testing Whisper in both programs.

[-] FailBetter@crust.piefed.social 2 points 18 hours ago

Probably just playing it safe since vosk has been around longer iirc Is kinda weird to rust and not choose the more performant whisper tho

this post was submitted on 29 Aug 2025
157 points (100.0% liked)

Open Source

40238 readers
233 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