Updated NRSC5 instructions.
This commit is contained in:
parent
862bf1e52b
commit
25c2adc26e
|
|
@ -48,6 +48,7 @@ Recommends: python3-digiham (>= 0.6),
|
||||||
python3-paho-mqtt,
|
python3-paho-mqtt,
|
||||||
dablin,
|
dablin,
|
||||||
multimon-ng,
|
multimon-ng,
|
||||||
imagemagick
|
imagemagick,
|
||||||
|
nrsc5
|
||||||
Description: multi-user web sdr
|
Description: multi-user web sdr
|
||||||
Open source, multi-user SDR receiver with a web interface
|
Open source, multi-user SDR receiver with a web interface
|
||||||
|
|
|
||||||
|
|
@ -761,8 +761,8 @@ class FeatureDetector(object):
|
||||||
|
|
||||||
def has_nrsc5(self):
|
def has_nrsc5(self):
|
||||||
"""
|
"""
|
||||||
OpenWebRX uses the [nrsc5](https://github.com/theori-io/nrsc5) tool to decode HDRadio
|
OpenWebRX uses the [Nrsc5](https://github.com/theori-io/nrsc5) tool
|
||||||
FM broadcasts. Nrsc5 is not yet available as a package and thus you will have
|
to decode HDRadio broadcasts. You can install the `nrsc5` package
|
||||||
to compile it from source.
|
from the OpenWebRX+ repositories.
|
||||||
"""
|
"""
|
||||||
return self.command_is_runnable("nrsc5 -v")
|
return self.command_is_runnable("nrsc5 -v")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue