Updated NRSC5 instructions.

This commit is contained in:
Marat Fayzullin 2024-07-13 20:48:23 -04:00
parent 862bf1e52b
commit 25c2adc26e
2 changed files with 5 additions and 4 deletions

3
debian/control vendored
View File

@ -48,6 +48,7 @@ Recommends: python3-digiham (>= 0.6),
python3-paho-mqtt,
dablin,
multimon-ng,
imagemagick
imagemagick,
nrsc5
Description: multi-user web sdr
Open source, multi-user SDR receiver with a web interface

View File

@ -761,8 +761,8 @@ class FeatureDetector(object):
def has_nrsc5(self):
"""
OpenWebRX uses the [nrsc5](https://github.com/theori-io/nrsc5) tool to decode HDRadio
FM broadcasts. Nrsc5 is not yet available as a package and thus you will have
to compile it from source.
OpenWebRX uses the [Nrsc5](https://github.com/theori-io/nrsc5) tool
to decode HDRadio broadcasts. You can install the `nrsc5` package
from the OpenWebRX+ repositories.
"""
return self.command_is_runnable("nrsc5 -v")