mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
use proper escaping for python 3.12 compatibility
This commit is contained in:
parent
295874ebfc
commit
3ec71e7758
|
|
@ -523,9 +523,9 @@ class FeatureDetector(object):
|
||||||
|
|
||||||
def has_freedv_rx(self):
|
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.
|
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
|
Detailed installation instructions are available on the
|
||||||
[OpenWebRX wiki](https://github.com/jketterl/openwebrx/wiki/FreeDV-demodulator-notes).
|
[OpenWebRX wiki](https://github.com/jketterl/openwebrx/wiki/FreeDV-demodulator-notes).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue