videosphere
    Preparing search index...
    • True when PCM is too quiet to trust for speech-to-text. Whisper often invents filler (“Thank you”, “Thanks for watching”) on silence/cutoff.

      Parameters

      • pcm: Buffer

        Raw PCM16 LE mono bytes.

      • Optionaloptions: { rms?: number; peak?: number }

        Optional RMS/peak thresholds.

      Returns boolean

      Whether the chunk should be skipped before STT.