Expose dBFS when doing audio analysis (#6979)

* Expose dBFS when doing audio analysis

* Implement metadata communicator

* revert test changes

* Reverting the tests changes. For real this time

* Address feedback

* Address feedback

* Address feedback

* Address feedback
This commit is contained in:
jpverdejo
2023-07-13 19:52:33 -05:00
committed by GitHub
parent 2d52fbd8e8
commit b909ff4ecb
4 changed files with 87 additions and 4 deletions
+2
View File
@@ -86,6 +86,8 @@ class Dispatcher:
return
elif topic == "restart":
restart_frigate()
else:
self.publish(topic, payload, retain=False)
def publish(self, topic: str, payload: Any, retain: bool = False) -> None:
"""Handle publishing to communicators."""