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

Porting initial HDRadio support to 1.3-devel. #376

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

luarvique
Copy link

This is the port of the initial HDRadio support from OWRX+ into OWRX 1.3-develop. Not guaranteed to work. Obviously requires NRSC5 software.

FM broadcasts. Nrsc5 is not yet available as a package and thus you will have
to compile it from source.
"""
return self.command_is_runnable("nrsc5 -v")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that the code only depends on the library (not the actual executable), I think that it would be a good idea to change this to test for the library as well. Not sure if it will bring a big advantage, but this would allow the library to come as a separate package, reducing the dependencies when possible.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that should not be a problem. The original integration did use the executable, hence the test.

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

Successfully merging this pull request may close these issues.

None yet

2 participants