AlbrechtL / rtl_fm_streamer

Software to turn the RTL2832U into an SDR
GNU General Public License v2.0
67 stars 22 forks source link

Can rtl_fm_streamer decode RDS information in an FM signal? #12

Open owl770 opened 2 years ago

owl770 commented 2 years ago

Thanks for a great project.

Is it possible for rtl_fm_streamer to decode RDS information (eg. artist and song title) in an FM signal.

Would it then be possible for rtl_fm_streamer to insert a StreamTitle packet into the output stream with (for example) the Artist and Title of the current song? This could then be picked up by clients to display current track information.

AlbrechtL commented 2 years ago

If course this is possible. Some code can be found here: https://github.com/JvanKatwijk/sdr-j-fm.

Pull requests are welcome!