We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4556f commit 7ce55bbCopy full SHA for 7ce55bb
whisper.cpp
@@ -601,7 +601,7 @@ struct whisper_context {
601
std::vector<float> energy; // PCM signal energy
602
603
// [EXPERIMENTAL] speed-up techniques
604
- int32_t exp_n_audio_ctx; // 0 - use default
+ int32_t exp_n_audio_ctx = 0; // 0 - use default
605
606
void use_buf(struct ggml_context * ctx, int i) {
607
#if defined(WHISPER_USE_SCRATCH)
0 commit comments