XSound - v4.0.10
    Preparing search index...

    Type Alias VocalCancelerParams

    type VocalCancelerParams = {
        algorithm?: VocalCancelerAlgorithm;
        depth?: number;
        maxFrequency?: number;
        minFrequency?: number;
        state?: boolean;
        threshold?: number;
    }
    Index

    Properties

    depth?: number
    maxFrequency?: number
    minFrequency?: number
    state?: boolean
    threshold?: number