From b07a7fb0ccf766ca5a3c7249f093ac24f1733fa8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 13 Oct 2025 08:40:21 -0700 Subject: [PATCH] Update radio.py --- modules/radio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/radio.py b/modules/radio.py index 476de85..309daf8 100644 --- a/modules/radio.py +++ b/modules/radio.py @@ -2,7 +2,7 @@ # detect signal strength and frequency of active channel if appears to be in use send to mesh network # depends on rigctld running externally as a network service # also can use VOX detection with a microphone and vosk speech to text to send voice messages to mesh network -# requires vosk and sounddevice python modules. download from https://alphacephei.com/vosk/models and unpack +# requires vosk and sounddevice python modules. will auto download needed. more from https://alphacephei.com/vosk/models and unpack # 2024 Kelly Keeton K7MHI from modules.log import *