Class VocalCanceler

This private class is for Vocal Canceler.

Hierarchy (View Summary)

Constructors

Properties

context: AudioContext
depth: GainNode
input: GainNode
isActive: boolean = true
lfo: OscillatorNode
output: GainNode
paused: boolean = true
rate: AudioParam

Accessors

Methods

  • This method gets or sets parameters for vocal canceler.

    Parameters

    • params: "state"

      This argument is string if getter. Otherwise, setter.

    Returns boolean

    Return value is parameter for vocal canceler if getter. Otherwise, return value is for method chain.

  • This method gets or sets parameters for vocal canceler.

    Parameters

    • params: "depth"

      This argument is string if getter. Otherwise, setter.

    Returns number

    Return value is parameter for vocal canceler if getter. Otherwise, return value is for method chain.

  • This method gets or sets parameters for vocal canceler.

    Parameters

    Returns VocalCanceler

    Return value is parameter for vocal canceler if getter. Otherwise, return value is for method chain.