Decides which output frames carry speech worth playing.

interface AudioGate {
    deactivate(): void;
    update(frame): boolean;
}

Implemented by

Methods