FreakingGenius - v0.1.0
    Preparing search index...

    Interface SttConfig

    Backend and quality settings for the STT module.

    interface SttConfig {
        enableWordTimings: boolean;
        language: string;
        sampleRateHz: number;
    }
    Index

    Properties

    enableWordTimings: boolean

    Whether to request word-level timing from the backend (may increase latency).

    language: string

    BCP 47 language tag, e.g. "en-US".

    sampleRateHz: number

    Sample rate of the PCM audio being fed in (must match capture config).