We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b75d0d commit c0c59ecCopy full SHA for c0c59ec
src/arduino/app_internal/core/audio.py
@@ -149,7 +149,7 @@ def _inference_loop(self):
149
logger.debug(f"Processing sensor data with {len(features)} features.")
150
try:
151
ret = self.infer_from_features(features.tolist())
152
- spotted_keyword = AudioDetector.get_best_match(ret, self.confidence)
+ spotted_keyword = self.get_best_match(ret, self.confidence)
153
if spotted_keyword:
154
keyword, confidence = spotted_keyword
155
keyword = keyword.lower()
0 commit comments