windytan / redsea

Command-line FM-RDS decoder with JSON output.
MIT License
390 stars 36 forks source link

Suggestion: GNU radio block support #75

Closed zouppen closed 2 months ago

zouppen commented 4 years ago

Since there are C++ bindings for GNU Radio, I'm wondering if it would be straightforward to add support for GNU Radio (out tree module), having demodulated audio as sink and having tagged stream output instead of JSON content.

zouppen commented 4 years ago

Did a bit hacky GNU radio integration in my project https://github.com/zouppen/labiuutiset . It forks redsea and feeds data to it. Not suitable for integration to this project but just to show what can be done with such integration.

windytan commented 4 years ago

Interesting! I'll have to try and figure out how such a tagging module could be written.