From 374a44f4a9e51eef561c958eb0044071d786e81e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 14 Oct 2025 21:17:36 -0700 Subject: [PATCH] Update radio.py --- modules/radio.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/radio.py b/modules/radio.py index edfb3eb..5c0422f 100644 --- a/modules/radio.py +++ b/modules/radio.py @@ -126,10 +126,6 @@ def get_sig_strength(): strength = get_hamlib('l STRENGTH') return strength -# def vox_callback(indata, frames, time, status): -# if status: -# logger.warning(f"RadioMon: VOX input status: {status}") -# q.put(bytes(indata)) def checkVoxTrapWords(text): try: if not voxOnTrapList: @@ -225,7 +221,7 @@ async def voxMonitor(): with sd.RawInputStream( device=voxInputDevice, samplerate=samplerate, - blocksize=8000, + blocksize=4000, dtype='int16', channels=1, callback=callback