Updated NRSC5 instructions.
This commit is contained in:
parent
862bf1e52b
commit
25c2adc26e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue