Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface PcmInputOptions

    PCM audio input options

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

    Properties

    Properties

    channels: number

    Number of audio channels

    sampleRate: number

    Sample rate (Hz)