Taos API Reference
    Preparing search index...

    Interface MicrophoneOptions

    interface MicrophoneOptions {
        echoCancellation?: boolean;
        noiseSuppression?: boolean;
        autoGainControl?: boolean;
        analyser?: AudioAnalyserOptions;
    }
    Index

    Properties

    echoCancellation?: boolean

    Enable browser echo cancellation. Default true.

    noiseSuppression?: boolean

    Enable browser noise suppression. Default true.

    autoGainControl?: boolean

    Enable browser auto gain control. Default true.

    Options for the built-in analyser used by Microphone.getLevel.