Gqrx configuration files
From MyLabWiki
Overview
Gqrx stores it's configuration using the QSettings framework available in Qt.
More about the platform dependent implementation... or just use ini-file on all platforms.
Main configuration
- Linux: GQRX/gqrx.conf
- Windows: tbd
- Mac: tbd
| Group | Key | Type | Description |
|---|---|---|---|
| System | cfgver | ||
| appver | |||
| Input | type | string | One of: FCD, UHD8, UHD16, RTL |
| device | string | ||
| samplerate | int | ||
| lo | int | The local oscillator frequency of any up/down-converter used in Hz. Positive value indicates down-converter, negative value indicates up-converter. | |
| Output | device | string | |
| samplerate | int |