You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using 2.17.4 on macOS 14.3.1 (Sonoma), with an Intel chip. The receiver is a cheap NooElec rtl-sdr.
I noticed what I suspect is a minor bug with decoding RDS data on FM radio stations in the United States. I noticed that the line for alternative frequencies is often showing unexpected values: the screenshot below shows 105.7 (WROR-FM) listing 106.7 MHz (WMJX-FM) as an alternate. These stations are arguably competitors, owned by different companies, so it would be weird to list one as an alternate.
I initially assumed it was an RDS programming mistake at the station, but if I tune to 106.3, it also lists 106.7 as its alternate frequency. And if I move to 104.5, then that value becomes the one that sticks on other stations. Here's the same 105.7 station after having tuned to 104.5:
Toggling "Enable RDS" off will clear all the values from the display (of course), but when re-enabling it, the incorrect alternate frequency value comes back almost immediately. If I tune to a very weak station (or one that otherwise doesn't appear to set any RDS data), the value is not there--it only comes in when there is some RDS data.
I suspect, without knowing my way around this code (or the intricacies of decoding RDS), that what is happening is that the field is displaying the last alternate frequency value that was set on any station, or something along those lines.
I probably don't have the C++ chops to find and fix this directly, but am happy to help debug in more detail if it's useful.
The text was updated successfully, but these errors were encountered:
I suspect, without knowing my way around this code (or the intricacies of decoding RDS), that what is happening is that the field is displaying the last alternate frequency value that was set on any station, or something along those lines.
This sounds plausible, since I don't think frequency changes cause the RDS data structures to be reset.
First, I'm a big fan of Gqrx! Thanks!
I am using 2.17.4 on macOS 14.3.1 (Sonoma), with an Intel chip. The receiver is a cheap NooElec rtl-sdr.
I noticed what I suspect is a minor bug with decoding RDS data on FM radio stations in the United States. I noticed that the line for alternative frequencies is often showing unexpected values: the screenshot below shows 105.7 (WROR-FM) listing 106.7 MHz (WMJX-FM) as an alternate. These stations are arguably competitors, owned by different companies, so it would be weird to list one as an alternate.
I initially assumed it was an RDS programming mistake at the station, but if I tune to 106.3, it also lists 106.7 as its alternate frequency. And if I move to 104.5, then that value becomes the one that sticks on other stations. Here's the same 105.7 station after having tuned to 104.5:
Toggling "Enable RDS" off will clear all the values from the display (of course), but when re-enabling it, the incorrect alternate frequency value comes back almost immediately. If I tune to a very weak station (or one that otherwise doesn't appear to set any RDS data), the value is not there--it only comes in when there is some RDS data.
I suspect, without knowing my way around this code (or the intricacies of decoding RDS), that what is happening is that the field is displaying the last alternate frequency value that was set on any station, or something along those lines.
I probably don't have the C++ chops to find and fix this directly, but am happy to help debug in more detail if it's useful.
The text was updated successfully, but these errors were encountered: