mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 11:34:09 -04:00
Add audio sample source plugin
This commit is contained in:
@@ -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" : {
|
||||
@@ -3058,6 +3096,9 @@ margin-bottom: 20px;
|
||||
"airspyHFSettings" : {
|
||||
"$ref" : "#/definitions/AirspyHFSettings"
|
||||
},
|
||||
"audioInputSettings" : {
|
||||
"$ref" : "#/definitions/AudioInputSettings"
|
||||
},
|
||||
"bladeRF1InputSettings" : {
|
||||
"$ref" : "#/definitions/BladeRF1InputSettings"
|
||||
},
|
||||
@@ -40214,7 +40255,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2020-10-27T23:03:34.026+01:00
|
||||
Generated 2020-11-09T16:43:08.421+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user