feat: added mute and AGC-T to Flex control

This commit is contained in:
2026-06-27 21:03:13 +02:00
parent 19c5045dc6
commit 464a1c702c
7 changed files with 41 additions and 10 deletions
+2
View File
@@ -515,6 +515,7 @@ export namespace cat {
agc_mode?: string;
agc_threshold: number;
audio_level: number;
mute: boolean;
nb: boolean;
nb_level: number;
nr: boolean;
@@ -563,6 +564,7 @@ export namespace cat {
this.agc_mode = source["agc_mode"];
this.agc_threshold = source["agc_threshold"];
this.audio_level = source["audio_level"];
this.mute = source["mute"];
this.nb = source["nb"];
this.nb_level = source["nb_level"];
this.nr = source["nr"];