mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add debug logs for audio labels (#8080)
This commit is contained in:
parent
52cc707eb8
commit
49e7723405
@ -196,6 +196,8 @@ class AudioEventMaintainer(threading.Thread):
|
|||||||
model_detections = self.detector.detect(waveform)
|
model_detections = self.detector.detect(waveform)
|
||||||
|
|
||||||
for label, score, _ in model_detections:
|
for label, score, _ in model_detections:
|
||||||
|
logger.debug(f"Heard {label} with a score of {score}")
|
||||||
|
|
||||||
if label not in self.config.audio.listen:
|
if label not in self.config.audio.listen:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user