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

[BUG] no sound in MP3 file #394

Open
kiricheglov opened this issue Jul 11, 2023 · 1 comment
Open

[BUG] no sound in MP3 file #394

kiricheglov opened this issue Jul 11, 2023 · 1 comment

Comments

@kiricheglov
Copy link

kiricheglov commented Jul 11, 2023

  • RTLSDR-Airband version you are using (stable release number or branch/commit): 4.1.1

  • make options used to build the program: cmake CMakeLists.txt -DNFM=ON -DPULSEAUDIO=ON -DMIRISDR=OFF -DSOAPYSDR=OFF -DRTLSDR=ON

  • Hardware platform (eg. x86_64, Raspberry Pi v4): RPi v4

  • Operating system name and version:
    Debian 11, kernel 6.1.21

What happened?
I wanted to record the sound of a radio at a frequency of 102.9 MHz with modulation NFM, but the script instead of the speaker's voice records incomprehensible noise, the frequency and modulation are exactly correct

What you expected to happen?
I expected in .mp3 file hear the speaker's voice

Steps to Reproduce
sudo rtl_airband -f -c rtl_airband.conf

Additional context
Add any other relevant information about the problem here.

Your rtl_airband.conf file
Remove passwords, server addresses and other private information.

devices: (
{
type = "rtlsdr";
index = 0;
gain = 38.6
centerfreq = 125.0
channels: (
{
freq = 124.0;
modulation = "am";
outputs: (
{
type = "file";
directory = "/home/rootmalina";
filename_template = "channel_1";
append = true;
}
);
},
{
freq = 102.9;
modulation = "nfm";
outputs: (
{
type = "file";
directory = "/home/rootmalina";
filename_template = "channel_2";
append = true;
}
);
},
{
freq = 129.5;
modulation = "am";
outputs: (
{
type = "file";
directory = "/home/rootmalina";
filename_template = "channel_3";
append = true;
}
);
},
{
freq = 133.1;
modulation = "am";
outputs: (
{
type = "file";
directory = "/home/rootmalina";
filename_template = "channel_4";
append = true;
}
);
},
{
freq = 139.3;
modulation = "am";
outputs: (
{
type = "file";
directory = "/home/rootmalina";
filename_template = "channel_5";
append = true;
}
);
},
{
freq = 124.45;
modulation = "am";
outputs: (
{
type = "file";
directory = "/home/rootmalina";
filename_template = "channel_6";
append = true;
}
);
},
{
freq = 130.75;
modulation = "am";
outputs: (
{
type = "file";
directory = "/home/rootmalina";
filename_template = "channel_7";
append = true;
}
);
}
);
}
);

@kiricheglov kiricheglov changed the title [BUG] [BUG] no sound in MP3 file Jul 11, 2023
@SullivanChrisJ
Copy link

102.9 MHz would be a commercial FM station, with a bandwidth of about 180 kHz. That isn't NFM (narrowband FM) which is more like 16 kHz.

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