Chris M.

Results 9 comments of Chris M.

+1, was about to report this until I stumbled on this report. Experiencing the same issue, have to read out the payload: ```rust while let Ok(Some(mut field)) = payload.try_next().await {}...

There are a few issues with how things are currently working: in **utils.ts** `loadImg()` ` let { particles } = this.params;` should be: ` let { particles } = params;`...

Any updates on this? The issue has been moved out quite a few times over the past few years, is a fix still expected to be implemented in the 4.4...

+1 I don't think this is isolated to the java or android sdk. I experience the same issue using the (open source) rust ffi bindings: [here](https://github.com/alphacep/vosk-api/issues/1036)

Although this is a rust binding variant of this error, if you're using the whisper-rs crate and you enable the cuda feature you MAY need to: export CUDACXX=/usr/local/cuda-12.0/bin/nvcc

I wonder if this is related to: https://github.com/actix/actix-web/issues/2695 https://github.com/actix/actix-web/issues/2357 We have a very large API for our application. Among other things, we handle very large files(large video files for transcoding),...

+1 on this. I have many scenarios where pauses exist in audio. In my scenario, as an example, a word may be detected 3.8 seconds into the start of an...

@ChaoII, I use whisper across many threads without issue using this crate, even with multiple whisper context. Can you post more code than just the output error?

@tazz4843 I just upgrade to the latest whisper-rs release which appears to use whispercpp 1.5.4. I'm running into the same error as above, which I believe is related to: https://github.com/ggerganov/whisper.cpp/issues/1814...