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!  
 
#Tag
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