This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/core/meetings/modules/mixed-pipeline/src/chunked-transcriber.ts b/core/meetings/modules/mixed-pipeline/src/chunked-transcriber.ts | |
| index f37484f5..402c6784 100644 | |
| --- a/core/meetings/modules/mixed-pipeline/src/chunked-transcriber.ts | |
| +++ b/core/meetings/modules/mixed-pipeline/src/chunked-transcriber.ts | |
| @@ -51,6 +51,13 @@ import type { TranscriptionResult } from '@vexa/transcribe-whisper'; | |
| import { localAgreement } from '@vexa/transcribe-buffer'; | |
| const SAMPLE_RATE = 16000; | |
| +/** Operator-set positive-number knob. A missing, empty, or malformed value falls back to the | |
| + * built-in default: a NaN threshold would compare false everywhere and silently wedge the |