Fixing comment to the freedv_rx feature.

This commit is contained in:
Marat Fayzullin 2024-01-31 21:49:37 -05:00
parent a023f22bc2
commit c625798088
1 changed files with 2 additions and 2 deletions

View File

@ -526,9 +526,9 @@ class FeatureDetector(object):
def has_freedv_rx(self):
"""
The "freedv_rx" executable is required to demodulate FreeDV digital transmissions. It comes together with the
The "freedv\\_rx" executable is required to demodulate FreeDV digital transmissions. It comes together with the
codec2 library, but it's only a supplemental part and not installed by default or contained in its packages.
To install it, you will need to compile codec2 from source and manually install freedv_rx.
To install it, you will need to compile codec2 from source and manually install freedv\\_rx.
Detailed installation instructions are available on the
[OpenWebRX wiki](https://github.com/jketterl/openwebrx/wiki/FreeDV-demodulator-notes).