/// export interface AudioFilter { start(track: MediaStreamAudioTrack): Promise; stop(): Promise; }