Ha, someone has beaten me to it
handy - the free and open source app for speech to text
Looks really awesome!
#Tag
Ha, someone has beaten me to it
handy - the free and open source app for speech to text
Looks really awesome!
Saw this speech-to-text app in the recent @piccalilli newsletter and WOW, this will be a game changer for me when writing articles. So cool!
Ha, someone has beaten me to it
handy - the free and open source app for speech to text
Looks really awesome!
Saw this speech-to-text app in the recent @piccalilli newsletter and WOW, this will be a game changer for me when writing articles. So cool!
sentencex - by Wikimedia:
https://github.com/wikimedia/sentencex
A sentence segmentation library with wide language support optimized for speed and utility.
Written in #Rust.
Bindings are available for #Python, #NodeJS and #WASM
Might be useful for my #SpeechToText system! 👀
Resampler optimized for audio - by hasenbanck:
https://github.com/hasenbanck/resampler
I'm using rubato for my #SpeechToText system, but this looks like a neat alternative!
Resampler optimized for audio - by hasenbanck:
https://github.com/hasenbanck/resampler
I'm using rubato for my #SpeechToText system, but this looks like a neat alternative!
A story about never ever giving up...❤️🔥
After several weeks, questioning my life choices, I've finally figured out why my #Whisper #SpeechToText system had been so slow on #Windows:
It was because apparently the #Rust-FFI wrapped #CPlusPlus code (Whisper.cpp) didn't compile with AVX and AVX2 enabled ( #SIMD!). I've tried it on two Windows machines (both AVX-capable). On one of the machines, with #Linux, it has successfully detected AVX/AVX2, though and has run fast.
1/?
Hmm... 🤔
My suspicion why it's "not working" is:
Even though I do `cargo run --release` I've seen, during my investigation of the above compiling-fail-nightmare, that it puts artifacts into `Debug` folder.
So it might be that the program (Whisper.cpp to be precise) runs as a debug build and is just _terribly_ slow. 🐌
Oh boy, the struggle continues... 🤸
This might be related:
https://codeberg.org/tazz4843/whisper-rs/issues/226
A story about never ever giving up...❤️🔥
After several weeks, questioning my life choices, I've finally figured out why my #Whisper #SpeechToText system had been so slow on #Windows:
It was because apparently the #Rust-FFI wrapped #CPlusPlus code (Whisper.cpp) didn't compile with AVX and AVX2 enabled ( #SIMD!). I've tried it on two Windows machines (both AVX-capable). On one of the machines, with #Linux, it has successfully detected AVX/AVX2, though and has run fast.
1/?
A space for Bonfire maintainers and contributors to communicate