Replace Krisp?

KINDA · weekend project
catalog price reference $16/mocategory 🎬 audio & videoreported replacement votes 0

You can build post-processing and maybe route audio through open models, but real-time low-latency virtual-device noise cancellation is not a one-sitting web app.

the prompt
Build me a noise-cleanup tool to replace Krisp for recordings, not live calls. Requirements:

- Be honest in the README up front: real-time suppression as a virtual microphone
  needs an OS-level audio driver and millisecond latency. That is Krisp's actual
  product and it is out of scope here. This tool cleans audio files after the fact.
- A CLI: `denoise in.wav` (mp3/m4a accepted, decoded via ffmpeg) writes
  in.clean.wav next to the original, original untouched.
- Use RNNoise for the suppression pass (ffmpeg's arnndn filter with a downloaded
  model file is the easy route), then a loudnorm pass so voice levels come out
  consistent.
- A watch mode with chokidar: drop files into ~/Denoise/in/ and cleaned versions
  appear in ~/Denoise/out/ with the same names.
- Batch mode for whole folders, with a printed before/after noise estimate per file.
- Node wrapping ffmpeg, or a plain bash script if that ships simpler. No server,
  no GUI.
- Fully local and offline: no accounts, no telemetry, no API calls.
- Out of scope: live call processing and a virtual audio device. For live calls the
  README should point me at the OS's built-in voice isolation instead.
- README: ffmpeg and RNNoise model install, one-line usage examples.

$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR

why people still pay

They pay because audio cleanup must be instant and invisible during real calls.

what you lose

xlow-latency virtual microphone

xpolished app switching

xmodel quality

xmeeting integrations

xadmin controls

prior art to inspect before buildingRNNoiseOpen-source recurrent noise suppression model; useful but not a full Krisp replacement.
reported replacements · 0share on X ↗"Krisp replacement research and build prompt"
questions
What does the Krisp verdict mean?

The core job looks buildable, with meaningful gaps: low-latency virtual microphone, polished app switching. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Krisp?

The directory records $16/month for Pro/Core, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Krisp?

Honestly: low-latency virtual microphone; polished app switching; model quality; meeting integrations; admin controls. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Krisp?

The listed prior art includes RNNoise (Open-source recurrent noise suppression model; useful but not a full Krisp replacement.). Inspect those projects before starting from a blank prompt.