AudioEffectsFeatureEvent type

Audio effects feature events

type AudioEffectsFeatureEvent =
  | "effectsStarted"
  | "effectsStopped"
  | "effectsError"