From 0fa408e1c516f3b203287ca56fac081d60e4da42 Mon Sep 17 00:00:00 2001 From: swanie98635 <71341020+swanie98635@users.noreply.github.com> Date: Wed, 28 Jan 2026 19:48:25 -0800 Subject: [PATCH] Update diagnose_audio.py --- diagnose_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagnose_audio.py b/diagnose_audio.py index a961ce6..7a92013 100644 --- a/diagnose_audio.py +++ b/diagnose_audio.py @@ -4,7 +4,7 @@ import sys import shutil # Configuration -TEST_NODE = "62394" # User confirmed this node +TEST_NODE = "your node here" # User confirmed this node TONE_FILE = "/tmp/test_tone.wav" FINAL_TONE_FILE = "/var/lib/asterisk/sounds/test_tone.wav" TTS_FILE = "/tmp/test_tts.wav"