Gqrx configuration files
From MyLabWiki
(Difference between revisions)
(→Main configuration) |
|||
| Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
| - | Gqrx | + | Gqrx uses the QSettings framework available in Qt. Configuration is stored in the INI-file format on all platforms. |
| + | |||
| - | |||
== Main configuration == | == Main configuration == | ||
| - | * '''Linux:''' | + | * '''Linux:''' gqrx/gqrx.conf |
* '''Windows:''' ''tbd'' | * '''Windows:''' ''tbd'' | ||
* '''Mac:''' ''tbd'' | * '''Mac:''' ''tbd'' | ||
Latest revision as of 17:13, 3 April 2012
Overview
Gqrx uses the QSettings framework available in Qt. Configuration is stored in the INI-file format 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 |