From c41aaaf6ac5702f3f4ec01c8406d1d1abc73427b Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 31 Aug 2023 21:47:49 +0200 Subject: [PATCH] add a more detailed note to codecserver --- owrx/feature.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/owrx/feature.py b/owrx/feature.py index 3b8a77f7..4241bcd8 100644 --- a/owrx/feature.py +++ b/owrx/feature.py @@ -548,6 +548,9 @@ class FeatureDetector(object): Codecserver is used to decode audio data from digital voice modes using the AMBE codec. You can find more information [here](https://github.com/jketterl/codecserver). + + NOTE: this feature flag checks both the availability of codecserver as well as the availability of the AMBE + codec in the configured codecserer instance. """ config = Config.get()