deploy / deploy (push) Successful in 31s
AudioSocket was delivering 16kHz audio despite the telecom-kz trunk being codec-restricted to alaw/ulaw, causing the 8k->16k ASR resample to double an already-16kHz stream to an effective 32kHz labeled as 16000 Hz - audible as slow, deep-pitched, unintelligible speech. Force audioread/writeformat=slin before AudioSocket() so the channel always delivers narrowband 8kHz, matching every rate assumption in the runtime. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>