hoshimi
    Preparing search index...

    Interface NormalizationSettings

    The settings for the normalization filter.

    interface NormalizationSettings {
        adaptive?: boolean;
        maxAmplitude?: number;
    }
    Index

    Properties

    adaptive?: boolean

    Whether to use adaptive normalization.

    maxAmplitude?: number

    The maximum amplitude for normalization.