mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04:00
Swagger changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user