Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help finding the right settings #418

Open
Muscledspider77 opened this issue Sep 30, 2023 · 1 comment
Open

Help finding the right settings #418

Muscledspider77 opened this issue Sep 30, 2023 · 1 comment

Comments

@Muscledspider77
Copy link

Muscledspider77 commented Sep 30, 2023

So long story short I started to feed my local's airport ATC to LiveATC using a RTL-SDR.COM V3 and sdr++ on Windows, now I bought a Pi and transferred it over, the issue is I tried all gain's and I still don't get the audio I used to, it's not the antenna or receiver since it works and sound's perfect with SDR++, it's the config, could anybody help me please it would be much appreciated.
I attached the config below and as well 2 audio clips before and after. (in the first you could clearly hear the pilot and controller ,with the pi you can barely hear the pilot)

devices =
({
type = "rtlsdr";
index = 0;
gain = 49.6;
correction = 12;
mode = "scan";
channels = (
{
freqs = ( 133.300, 118.100, 128.975 );
squelch_threshold = -20;
outputs = (
{
type = "icecast";
server = "audio-in.liveatc.net";
port = 8010;
mountpoint = "CENSORED";
username = "source";
password = "CENSORED";
name = "---";
genre = "ATC";
});
});
});

Archive.zip

@charlie-foxtrot
Copy link
Owner

What software were you using on the windows machine?

Your correction seems very high for a RTL-SDR.COM dongle, I haven't seen more than +/- 3 on any of the ones I have used. Are you sure that value is correct?

Your gain is also maxed out and that seem suspicious.

I wonder if you correction is wrong so the frequency is shifted off yet you're still able to pick something up because the gain is cranked so high . . . .

Setting squelch_threshold may be needed, but I would expect the auto squelch to do a good job, I would try removing that for now.

I dont think it's your problem, but sample_rate defaults to 2.56 MHz, and in my configs using the RTL-SDR.COM dongles I override it to 2.4 MHz. Also, I use these global configs, but once again I doubt It would have any impact as you're only running a single dongle:

multiple_demod_threads = true;
multiple_output_threads = true;

What I would recommend doing is using SDR++ (https://www.sdrpp.org use the nightly build) to dial in your gain and correction and make sure you're getting good audio out. Once you've verified the hardware / gain / correction then you should be able to match that audio quality with rtl_airband. Also, to reduce variables I would focus on your most active frequency (ie not scan mode) first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants