Function getBiquadFilter

  • Helpfull function to create standard and shared lowpass and highpass filters Important Note: The original library wasn't using properly the lowpass filter and it was not applied at all. This method should not be used unitl more research and documented tests will be acheived.

    Parameters

    • context: AudioContext | OfflineAudioContext

      AudioContext instance

    • Optional options: BiquadFilterOptions

      Optionnal BiquadFilterOptions

    Returns BiquadFilterNode

    BiquadFilterNode