1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 03:24:18 -04:00

Merge master

This commit is contained in:
Jon Beniston
2026-01-12 18:36:49 +00:00
49 changed files with 4710 additions and 111 deletions
+79 -1
View File
@@ -5631,6 +5631,78 @@ margin-bottom: 20px;
}
},
"description" : "DemodAnalyzer"
};
defs.DenoiserActions = {
"required" : [ "channelId", "deviceId" ],
"properties" : {
"deviceId" : {
"type" : "integer",
"description" : "Set source device Id/Number that channel belongs to"
},
"channelId" : {
"type" : "integer",
"description" : "Set source channel Id/Number of the channel within the device"
}
},
"description" : "Denoiser actions"
};
defs.DenoiserSettings = {
"properties" : {
"denoiserType" : {
"type" : "integer",
"description" : "Denoiser type\n * 0 - none\n * 1 - RNnoise\n"
},
"enableDenoiser" : {
"type" : "integer",
"description" : "Enable denoiser\n * 1 - enable\n * 0 - disable\n"
},
"volumeTenths" : {
"type" : "integer",
"description" : "Output volume in tenths (e.g., 10 = 1.0)\n"
},
"audioDeviceName" : {
"type" : "string",
"description" : "Audio output device name"
},
"audioMute" : {
"type" : "integer",
"description" : "Audio mute\n * 1 - mute\n * 0 - unmute\n"
},
"title" : {
"type" : "string"
},
"rgbColor" : {
"type" : "integer"
},
"fileRecordName" : {
"type" : "string",
"description" : "Output wave file name"
},
"recordToFile" : {
"type" : "integer",
"description" : "Recording status\n * 1 - recording\n * 0 - not recording\n"
},
"useReverseAPI" : {
"type" : "integer",
"description" : "Synchronize with reverse API\n * 1 - yes\n * 0 - no\n"
},
"reverseAPIAddress" : {
"type" : "string"
},
"reverseAPIPort" : {
"type" : "integer"
},
"reverseAPIFeatureSetIndex" : {
"type" : "integer"
},
"reverseAPIFeatureIndex" : {
"type" : "integer"
},
"rollupState" : {
"$ref" : "#/definitions/RollupState"
}
},
"description" : "Denoiser"
};
defs.DeviceActions = {
"required" : [ "deviceHwType", "direction" ],
@@ -6524,6 +6596,9 @@ margin-bottom: 20px;
},
"DemodAnalyzerActions" : {
"$ref" : "#/definitions/DemodAnalyzerActions"
},
"DenoiserActions" : {
"$ref" : "#/definitions/DenoiserActions"
}
},
"description" : "Base feature actions. Only the feature actions corresponding to the feature specified in the featureType field is or should be present."
@@ -6741,6 +6816,9 @@ margin-bottom: 20px;
"DemodAnalyzerSettings" : {
"$ref" : "#/definitions/DemodAnalyzerSettings"
},
"DenoiserSettings" : {
"$ref" : "#/definitions/DenoiserSettings"
},
"JogdialControllerSettings" : {
"$ref" : "#/definitions/JogdialControllerSettings"
},
@@ -59754,7 +59832,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2026-01-04T12:41:15.650+01:00
Generated 2026-01-10T11:16:10.140+01:00
</div>
</div>
</div>