add documentation

This commit is contained in:
Jakob Ketterl 2020-12-08 16:59:49 +01:00
parent 6af19f44e8
commit fb68ca3c66
1 changed files with 5 additions and 1 deletions

View File

@ -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):