add documentation
This commit is contained in:
parent
6af19f44e8
commit
fb68ca3c66
@ -421,7 +421,11 @@ class FeatureDetector(object):
|
||||
return self.command_is_runnable("dsd")
|
||||
|
||||
def has_m17_demod(self):
|
||||
# TODO: documentation
|
||||
"""
|
||||
The `m17-demod` tool is used to demodulate M17 digital voice signals.
|
||||
|
||||
You can find more information [here](https://github.com/mobilinkd/m17-cxx-demod)
|
||||
"""
|
||||
return self.command_is_runnable("m17-demod")
|
||||
|
||||
def has_sox(self):
|
||||
|
Loading…
Reference in New Issue
Block a user