mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
52 lines
1 KiB
Plaintext
52 lines
1 KiB
Plaintext
fft_size = 512;
|
|
localtime = true;
|
|
multiple_demod_threads = true;
|
|
devices: (
|
|
{
|
|
type = "rtlsdr";
|
|
serial = "00000081";
|
|
gain = 38.6;
|
|
centerfreq = 119.4;
|
|
correction = 0;
|
|
channels:
|
|
(
|
|
{
|
|
freq = 118.9;
|
|
outputs: (
|
|
{
|
|
type = "file";
|
|
directory = "/tmp/radio/CYMX";
|
|
filename_template = "cymx_118900";
|
|
split_on_transmission = true;
|
|
include_freq = true;
|
|
}
|
|
);
|
|
},
|
|
{
|
|
freq = 119.1;
|
|
outputs: (
|
|
{
|
|
type = "file";
|
|
directory = "/tmp/radio/CYMX";
|
|
filename_template = "cymx_119100";
|
|
split_on_transmission = true;
|
|
include_freq = true;
|
|
}
|
|
);
|
|
},
|
|
{
|
|
freq = 119.9;
|
|
outputs: (
|
|
{
|
|
type = "file";
|
|
directory = "/tmp/radio/CYMX";
|
|
filename_template = "cymx_119900";
|
|
split_on_transmission = true;
|
|
include_freq = true;
|
|
}
|
|
);
|
|
}
|
|
);
|
|
}
|
|
);
|