constructor()

in src/lib/worklets/audio-processing.ts [27:30]


  constructor() {
    super();
    this.hasAudio = false;
  }