1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-26 20:14:19 -04:00

Rebase to master

This commit is contained in:
Jon Beniston
2020-11-09 21:12:08 +00:00
parent 162112a5c0
commit 2bd5714308
29 changed files with 2793 additions and 2 deletions
+42 -1
View File
@@ -1574,6 +1574,44 @@ margin-bottom: 20px;
}
},
"description" : "Audio input device"
};
defs.AudioInputSettings = {
"properties" : {
"device" : {
"type" : "string",
"description" : "The name of the audio device"
},
"devSampleRate" : {
"type" : "integer",
"description" : "Audio sample rate"
},
"volume" : {
"type" : "number",
"format" : "float"
},
"log2Decim" : {
"type" : "integer",
"description" : "Decimation factor"
},
"iqMapping" : {
"type" : "integer",
"description" : "Audio channel to IQ mapping\n * 0 - I=L, Q=0\n * 1 - I=R, Q=0\n * 2 - I=L, Q=R\n * 3 - I=R, Q=L\n"
},
"useReverseAPI" : {
"type" : "integer",
"description" : "Synchronize with reverse API (1 for yes, 0 for no)"
},
"reverseAPIAddress" : {
"type" : "string"
},
"reverseAPIPort" : {
"type" : "integer"
},
"reverseAPIDeviceIndex" : {
"type" : "integer"
}
},
"description" : "AudioInput"
};
defs.AudioOutputDevice = {
"properties" : {
@@ -3428,6 +3466,9 @@ margin-bottom: 20px;
"airspyHFSettings" : {
"$ref" : "#/definitions/AirspyHFSettings"
},
"audioInputSettings" : {
"$ref" : "#/definitions/AudioInputSettings"
},
"bladeRF1InputSettings" : {
"$ref" : "#/definitions/BladeRF1InputSettings"
},
@@ -40584,7 +40625,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2020-11-09T17:45:17.371+01:00
Generated 2020-11-09T22:06:31.158+01:00
</div>
</div>
</div>