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 *