-
Notifications
You must be signed in to change notification settings - Fork 138
Audio filters in MP3 outputs
Tomasz Lemiech edited this page Oct 18, 2021
·
4 revisions
RTLSDR-Airband uses LAME library to encode PCM streams into MP3. LAME can
optionally apply lowpass and/or highpass filtering to the encoded audio stream.
Cutoff frequencies can be specified per channel, using lowpass
and highpass
parameters:
channels: (
{
freq = 123.00;
lowpass = 3200;
highpass = 200;
outputs: ( ... );
},
...
);
By default, filters are enabled and their cuttof frequencies set to 2500 and 100 Hz. To disable any of the two filters, set its cutoff frequency to 0.
- Overview
- Installation
-
Configuration essentials
- Grammar basics
- General configuration file structure
- 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