guttermonk
- 3 Posts
- 9 Comments
guttermonk@lemmy.mlOPto
Open Source@lemmy.ml•Meet Jambi - a blazing-fast voice transcription application built with Rust
6·1 year agoI 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.
guttermonk@lemmy.mlOPto
Open Source@lemmy.ml•Meet Jambi - a blazing-fast voice transcription application built with Rust
13·1 year agoI use the Futo Keyboard on Android which already has this feature. It’s also opens source, and I’ve had a really good experience with it so far.
guttermonk@lemmy.mlOPto
Open Source@lemmy.ml•Meet Jambi - a blazing-fast voice transcription application built with Rust
13·1 year agoI’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.mlOPto
Open Source@lemmy.ml•Meet Jambi - a blazing-fast voice transcription application built with Rust
13·1 year agoThat means a lot to me. Thanks so much for your kind words!
guttermonk@lemmy.mlto
Android Apps@lemmy.world•Any FOSS SMS apps that support reactions? I want to stop using Google's "Messages" app. QUIK SMS doesn't support them.
1·1 year agoI don’t know of any FOSS SMS apps with this feature, but there is an open issue in Quik’s github repo requesting that feature.
Please leave it a thumbs up if that’s something you would like to see added. https://github.com/octoshrimpy/quik/issues/152
Lawnchair and Neo Launcher are close seconds but, unfortunately, there is no one for one alternative. Just use a firewall to block Nova’s internet access.
Thanks so much for this recommendation. I ended up forking Auxio to add album cover and id3 tag management, since I couldn’t find a FOSS player with those features. Auxio’s unique and robust use id3 tags was a great starting point. All the best!