diff --git a/frigate/events/audio.py b/frigate/events/audio.py index 462302d1f..cf85b182d 100644 --- a/frigate/events/audio.py +++ b/frigate/events/audio.py @@ -168,8 +168,6 @@ class AudioEventMaintainer(threading.Thread): if not self.feature_metrics[self.config.name]["audio_enabled"].value: return - logger.error("Running audio inference") - waveform = (audio / AUDIO_MAX_BIT_RANGE).astype(np.float32) model_detections = self.detector.detect(waveform)