1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-12 22:43:36 -04:00

FT8 demod: removed audio references (almost)

This commit is contained in:
f4exb
2023-01-15 07:24:53 +01:00
parent 6444d749d8
commit cd8990907d
19 changed files with 99 additions and 502 deletions
@@ -30,18 +30,9 @@ FT8DemodSettings:
volume:
type: number
format: float
audioBinaural:
description: Audio binaural mode (1 if active else 0)
type: integer
audioFlipChannels:
description: Flip audio channels (1 if flipped else 0)
type: integer
dsb:
description: Double sidebands mode (1 if DSB else 0)
type: integer
audioMute:
description: Mute audio (1 if muted else 0)
type: integer
agc:
description: AGC (1 if AGC active else 0)
type: integer
@@ -61,8 +52,8 @@ FT8DemodSettings:
type: integer
title:
type: string
audioDeviceName:
type: string
ft8SampleRate:
type: integer
streamIndex:
description: MIMO channel. Not relevant when connected to SI (single Rx).
type: integer
@@ -94,7 +85,5 @@ FT8DemodReport:
squelch:
description: Audio squelch status (1 if open else 0)
type: integer
audioSampleRate:
type: integer
channelSampleRate:
type: integer