FreakingGenius - v0.1.0
    Preparing search index...

    Buffers voiced audio frames and converts them to text transcripts.

    Index

    Constructors

    Methods

    • Feeds a PCM chunk into the internal audio buffer. Should only be called while the VAD reports isSpeaking() === true.

      Parameters

      • chunk: Float32Array

        Float32 PCM samples at the configured sample rate.

      Returns void

    • Discards any buffered audio without running recognition. Used when a session is aborted mid-utterance.

      Returns void