LocalVQE is a ~1 M-parameter open-source model that cleans up a
microphone signal on a voice call: it cancels the remote participant's
voice being picked up again (echo), suppresses background noise, and
removes reverberation — all in a single causal pass on CPU.
Provide two inputs:
- Mic: the raw microphone recording (what the far end would hear
without any processing).
- Far-end reference: the audio being played out of your speakers.
For a pure noise-suppression test (no speaker playback), upload
silence or leave empty.
Try the bundled examples first — they cover heavy and light
near-end noise (NE-ST mixed with DNS5 background at 5 dB and 20 dB
SNR), a clean far-end single-talk clip, a far-end clip with some
near-end overlap (mislabelled in the source corpus, but a useful
test of AEC + near-end preservation together), and a double-talk
clip — all from the ICASSP 2022 AEC Challenge blind set.
Weights: LocalAI-io/LocalVQE ·
Code: github.com/localai-org/LocalVQE