AudioEffectsFeatureEvent type

音频效果功能事件

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