A-Tractor - v2.3.1
    Preparing search index...

    Interface IWaveFormGraphOptions

    Options for the WaveformGraph widget.

    interface IWaveFormGraphOptions {
        audioBuffer?: AudioBuffer;
        colorNegative?: string;
        colorPositive?: string;
        sourceChannel?: number;
    }
    Index

    Properties

    audioBuffer?: AudioBuffer

    Audio buffer to draw predefined waveform graphic.

    colorNegative?: string

    Color of the negative values.

    colorPositive?: string

    Color of the positive values.

    sourceChannel?: number

    The number of the source channel to analyze.

    • 0 - left channel
    • 1 - right channel
    • undefined - Max of the both channels