1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 01:14:58 -04:00

Denoiser: complete features and added readme

This commit is contained in:
f4exb
2026-01-10 18:19:57 +01:00
parent 4e0eecc595
commit 8ea74456f6
19 changed files with 605 additions and 46 deletions
@@ -7,6 +7,19 @@ DenoiserSettings:
Denoiser type
* 0 - none
* 1 - RNnoise
enableDenoiser:
type: integer
description: >
Enable denoiser
* 1 - enable
* 0 - disable
volumeTenths:
type: integer
description: >
Output volume in tenths (e.g., 10 = 1.0)
audioDeviceName:
type: string
description: Audio output device name
audioMute:
type: integer
description: >