RndyP

Results 14 comments of RndyP

> I think it is some side effect of STL containers fragmenting the memory, but not sure. I've written some pretty memory intensive software with extremely large STL vectors and...

I don't think whisper has this feature, you have to roll your own. I created an "error dictionary", which is a vector of pairs of 1) The keyword you want...

I've seen this when playing around with audio_ctx. If you make it too small in relation to your length you get repeats.

May I suggest #define the AVX instructions per the type of SIMD instead of #define big code blocks. It's much easier that way to support different flavors of SIMD. You...