mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-08-28 05:24:22 +00:00
Earlier commit gated this print behind \`peak > 1000 || ringDrops > 0\`. Backfired in callee mode: t-deck speaker plays incoming TTS, mic picks it up via acoustic feedback, peak rises above 1000, the print fires every 2s anyway, and serial saturates ~12s into the call — pyxis stops responding to T:CALL_QOS / T:CALL_STATS even though audio is still flowing fine. Now only print on ring drops (an actual problem). Counters keep updating internally for callers that need them. After this, --callee mode validates clean: pyxis_tx=34 rx=115 decode_ok=120 decode_fail=0 pyxis_rms=4345 with TTS bot. Both directions of pyxis ↔ real LXST.Telephone interop now PASS end-to-end at ULBW (Codec2-700C, 0x10). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>