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>