1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-01 16:38:06 -04:00

Swagger changes

This commit is contained in:
f4exb
2022-05-19 03:15:55 +02:00
parent a10fe91c5d
commit cce023bf56
11 changed files with 206 additions and 60 deletions
+13 -6
View File
@@ -3680,7 +3680,7 @@ margin-bottom: 20px;
},
"fftWindow" : {
"type" : "integer",
"description" : "FFT Window index (FFTWindow::Function):\n * 0 - Bartlett\n * 1 - BlackmanHarris\n * 2 - Flattop\n * 3 - Hamming\n * 4 - Hanning\n * 5 - Rectangle\n * 6 - Kaiser\n"
"description" : "FFT Window index (FFTWindow::Function):\n * 0 - Bartlett\n * 1 - Blackman-Harris 4 term\n * 2 - Flattop\n * 3 - Hamming\n * 4 - Hanning\n * 5 - Rectangle\n * 6 - Kaiser\n * 7 - Blackman 3 term\n * 8 - Blackman-Harris 7 term\n"
},
"codingScheme" : {
"type" : "integer",
@@ -6242,7 +6242,7 @@ margin-bottom: 20px;
},
"fftWindow" : {
"type" : "integer",
"description" : "See FFTWindow"
"description" : "FFT Window index (FFTWindow::Function):\n * 0 - Bartlett\n * 1 - Blackman-Harris 4 term\n * 2 - Flattop\n * 3 - Hamming\n * 4 - Hanning\n * 5 - Rectangle\n * 6 - Kaiser\n * 7 - Blackman 3 term\n * 8 - Blackman-Harris 7 term\n"
},
"refLevel" : {
"type" : "number",
@@ -11188,6 +11188,12 @@ margin-bottom: 20px;
"type" : "integer",
"format" : "int64"
},
"filterIndex" : {
"type" : "integer"
},
"spanLog2" : {
"type" : "integer"
},
"rfBandwidth" : {
"type" : "number",
"format" : "float"
@@ -11196,13 +11202,14 @@ margin-bottom: 20px;
"type" : "number",
"format" : "float"
},
"fftWindow" : {
"type" : "integer",
"description" : "FFT Window index (FFTWindow::Function):\n * 0 - Bartlett\n * 1 - Blackman-Harris 4 term\n * 2 - Flattop\n * 3 - Hamming\n * 4 - Hanning\n * 5 - Rectangle\n * 6 - Kaiser\n * 7 - Blackman 3 term\n * 8 - Blackman-Harris 7 term\n"
},
"volume" : {
"type" : "number",
"format" : "float"
},
"spanLog2" : {
"type" : "integer"
},
"audioBinaural" : {
"type" : "integer",
"description" : "Audio binaural mode (1 if active else 0)"
@@ -59691,7 +59698,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2022-05-16T19:55:17.622+02:00
Generated 2022-05-19T00:27:23.053+02:00
</div>
</div>
</div>
@@ -45,12 +45,14 @@ ChirpChatDemodSettings:
description: >
FFT Window index (FFTWindow::Function):
* 0 - Bartlett
* 1 - BlackmanHarris
* 1 - Blackman-Harris 4 term
* 2 - Flattop
* 3 - Hamming
* 4 - Hanning
* 5 - Rectangle
* 6 - Kaiser
* 7 - Blackman 3 term
* 8 - Blackman-Harris 7 term
codingScheme:
type: integer
description: >
@@ -85,8 +85,18 @@ GLSpectrum:
fftOverlap:
type: integer
fftWindow:
description: See FFTWindow
type: integer
description: >
FFT Window index (FFTWindow::Function):
* 0 - Bartlett
* 1 - Blackman-Harris 4 term
* 2 - Flattop
* 3 - Hamming
* 4 - Hanning
* 5 - Rectangle
* 6 - Kaiser
* 7 - Blackman 3 term
* 8 - Blackman-Harris 7 term
refLevel:
type: number
format: float
@@ -4,17 +4,32 @@ SSBDemodSettings:
inputFrequencyOffset:
type: integer
format: int64
filterIndex:
type: integer
spanLog2:
type: integer
rfBandwidth:
type: number
format: float
lowCutoff:
type: number
format: float
fftWindow:
type: integer
description: >
FFT Window index (FFTWindow::Function):
* 0 - Bartlett
* 1 - Blackman-Harris 4 term
* 2 - Flattop
* 3 - Hamming
* 4 - Hanning
* 5 - Rectangle
* 6 - Kaiser
* 7 - Blackman 3 term
* 8 - Blackman-Harris 7 term
volume:
type: number
format: float
spanLog2:
type: integer
audioBinaural:
description: Audio binaural mode (1 if active else 0)
type: integer