Skip to content

Commit

Permalink
Stub enclosure events with visemes
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel authored Apr 5, 2024
1 parent f92b0f5 commit 29e25ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ovos_gui/namespace.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@ def _define_message_handlers(self):
self.core_bus.on("recognizer_loop:record_begin", self.forward_to_gui)
self.core_bus.on("recognizer_loop:record_end", self.forward_to_gui)

# Enclosure Service
self.core_bus.on("enclosure.mouth.viseme_list", self.forward_to_gui)
# TODO: Add other enclosure events

# self.core_bus.on("mycroft.gui.port", self.forward_to_gui)

self.core_bus.on("gui.clear.namespace", self.handle_clear_namespace)
Expand Down

0 comments on commit 29e25ab

Please sign in to comment.