-
Notifications
You must be signed in to change notification settings - Fork 146
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
RDS decoding #363
Comments
Implemented in the development version now. Give it a spin and let me know what you think. |
Hello, thanks for adding RDS, but is it possible to make sure that when the RT+ function is activated, the main RT line does not disappear? In order to see what is written in RT. |
From what I understand, the internal implementation of RT+ actually uses the "legacy" RT text / line data, and just applies a tagging mechanism. That means that ideally, RT+ and RT would always display the same information (worst case is that RT+ leaves out some information, but it cannot display different information). As such, I didn't see the need to show them both at the same time. I was also considering how an actual radio would behave, and from what I've been able to find, they would also be displaying only one of the two systems (depending on what is available). |
Yes, it looks ugly when there are two lines. But I want to watch the full version of RT. Only the song is shown and that's it. Or somehow disable RT+. Thank you. |
Well, what I'm trying to tell you is that... if RT+ displays the song, RT would also display the song. |
But it turns out that when RT changes and it does not have an RT+ program, it completely disappears and only PS remains. |
well, there's two reasons why this would happen:
|
Yes, they have other tags, there seem to be (Stationname.Short, Stationname.Long) and there is a simple RT that does not have the RT+ program, I’m just an RDS collector and wanted to know what is transmitted to RT. So how can we show RT without any problems with additional RT+ programs? |
Feature description
Add RDS decoding to WFM demodulation
Target audience
RDS decoding would benefit everyday WFM broadcast band listener but would be especially helpful for FMDX use to identify stations
An CLI RDS decoder exists at https://github.com/windytan/redsea which claims that it can be used with CSDR
The text was updated successfully, but these errors were encountered: