FreakingGenius - v0.1.0
    Preparing search index...

    Interface AudioOutputConfig

    Static settings for the audio output stage.

    interface AudioOutputConfig {
        masterVolume: number;
        sampleRateHz: number;
    }
    Index

    Properties

    masterVolume: number

    Master volume in [0, 1] applied to all buffers.

    sampleRateHz: number

    Target playback sample rate in Hz — should match the TTS output.