Skip to content

History / BNR GPU Noise Removal

Revisions

  • BNR wiki: document streaming vs transactional container modes The Maxine BNR container (v1.6.1) ships with two gRPC services: transactional (batch, writes to file) and streaming (real-time, per-chunk Triton inference). The streaming mode selector is commented out in the startup script, so the container defaults to transactional mode which is incompatible with real-time audio. Updated Step 5 docker run command with the sed entrypoint override that uncomments the STREAMING check. Added troubleshooting section for "BNR connects but no denoised audio" with instructions to verify which service is running. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @ten9876 ten9876 committed Mar 28, 2026
  • BNR: fix docker run flags (--runtime=nvidia, --shm-size=256m)

    @ten9876 ten9876 committed Mar 28, 2026
  • Add BNR GPU Noise Removal wiki page, update DSP and sidebar

    @ten9876 ten9876 committed Mar 27, 2026