metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface PcmInputOptions

    PCM audio input options

    interface PcmInputOptions {
        channels: number;
        sampleRate: number;
    }
    Index
    channels: number

    Number of audio channels

    sampleRate: number

    Sample rate (Hz)