{
  "id": "946",
  "name": "__default__",
  "data": {
    "message": "mramar1657(mramar1657) pushed a commit to null at branch main Commit: Fix RangeError crash on ElevenLabs mulaw audio (ulaw_8000 output format)\n\nTwilio media bridge assumed every ElevenLabs audio chunk was raw PCM16\n(2 bytes/sample) and ran it through fade/resample helpers built for that\nformat. Once the agent's TTS output format was switched to ulaw_8000\n(1 byte/sample), an odd-length mulaw chunk read as PCM16 walked one\nsample past the buffer end, throwing RangeError [ERR_OUT_OF_RANGE] in\npeakAmplitudePcm16 and crashing the whole backend process mid-call.\n\nDetect mulaw output via the agent_output_audio_format hint and pass\nthose chunks straight through to Twilio unmodified, skipping the\nPCM16-only fade/resample path entirely.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> - 6ca13f8023bf0cd2e2b7f8fc5fa1e069f85e41ef",
    "commands": "/var/www/dev/git-sync-node/scripts/kargone-node-dev.sh"
  },
  "opts": {
    "attempts": 1,
    "delay": 0,
    "timestamp": 1785936987122
  },
  "progress": 100,
  "delay": 0,
  "timestamp": 1785936987122,
  "attemptsMade": 0,
  "stacktrace": [],
  "returnvalue": null,
  "finishedOn": 1785937008408,
  "processedOn": 1785936987124
}