mirror of
https://github.com/charlie-foxtrot/RTLSDR-Airband.git
synced 2026-03-12 10:01:35 +01:00
Page:
Configuring Global settings
Pages
Audio filters in MP3 outputs
CTCSS
Changing PID file location
Channel usage statistics
Configuration essentials
Configuring Global settings
Configuring Icecast outputs
Configuring MiriSDR devices
Configuring PulseAudio outputs
Configuring PulseAudio server
Configuring RTLSDR devices
Configuring SoapySDR devices
Configuring UDP outputs
Configuring channels for multichannel mode
Configuring channels for scan mode
Configuring file outputs
Configuring mixers
Configuring optional features
Configuring rawfile outputs
Disabling configuration sections
General configuration file structure
Grammar basics
Home
Icecast metadata updates in scan mode
Installation
Limiting channel bandwidth
Logging activity of scanned frequencies
Manual squelch setting
Multithreaded operation
NFM deemphasis
Notch filter
Running
Setting up your own Icecast server
Troubleshooting
Tweaking sampling rate and FFT size
1
Configuring Global settings
charlie-foxtrot edited this page 2026-03-08 09:45:03 -07:00
Table of Contents
Global Settings
Syntax
The following shows all global parameters with optional ones commented out and their default values shown:
# fft_size = 512;
# multiple_demod_threads = false;
# multiple_output_threads = false;
# pidfile = "/run/rtl_airband.pid";
# stats_filepath = "";
# localtime = false;
# log_scan_activity = false;
# shout_metadata_delay = 3;
# tau = 200;
devices: ( ... );
mixers: { ... }; # optional
Explanation of keywords
fft_size(integer, optional) - See Tweaking sampling rate and FFT size.multiple_demod_threads(boolean, optional) - See Multithreaded operation.multiple_output_threads(boolean, optional) - See Multithreaded operation.pidfile(string, optional) - See Changing PID file locationstats_filepath(string, optional) - See Channel usage statisticslocaltime(boolean, optional) - If output filename timestamps should be in UTC (default) or local timezone (set totrue)log_scan_activity(boolean, optional) - See Logging activity of scanned frequencies.shout_metadata_delay(int, optional) - Number of seconds before first metadata tag, valid range 0-32 inclusive.tau(int, optional) - Global value, can be overridden at a per-device and per-channel level, see NFM deemphasis
For configuring devices see:
For configuring mixers see Configuring mixers.
- Overview
- Installation
- Configuration essentials
- Grammar basics
- General configuration file structure
- Global Settings
- Configuring devices
- Configuring channels
- Configuring outputs
- Configuring optional features
- Disabling configuration sections
- Changing PID file location
- Manual squelch setting
- CTCSS
- NFM deemphasis
- Audio filters in MP3 outputs
- Notch filter
- Limiting channel bandwidth
- Icecast metadata updates in scan mode
- Logging activity of scanned frequencies
- Channel usage statistics
- Tweaking sampling rate and FFT size
- Mixers
- Multithreaded operation
- Running
- Troubleshooting
- Configuring auxiliary software to work with RTLSDR-Airband