Update icad_tone.py

This commit is contained in:
SpudGunMan
2025-11-12 12:27:45 -08:00
parent ac5e96e463
commit 9c5c332e01
+3 -3
View File
@@ -80,10 +80,10 @@ def detect_and_alert(audio_data, sample_rate):
write_alert("\n".join(summary))
def main():
print("="*80)
print(" iCAD Tone Decoder for Meshing-Around")
print("="*50)
print(" iCAD Tone Decoder for Meshing-Around")
print(f" Mode: {AUDIO_SOURCE} ")
print("="*80)
print("="*50)
time.sleep(1)
parser = argparse.ArgumentParser(description="ICAD Tone Detection")