Skip to content

Commit

Permalink
allow to report SEI to OCP (#87)
Browse files Browse the repository at this point in the history
companion to OpenVoiceOS/ovos-core#495

makes voice sats able to report what stream extractor plugins they have installed for usage with OCP without needing to explicit whitelist the bus message
  • Loading branch information
JarbasAl authored Jun 5, 2024
1 parent e2ccd8c commit e287e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hivemind_core/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def __init__(
"recognizer_loop:record_begin",
"recognizer_loop:record_end",
"recognizer_loop:audio_output_start",
"recognizer_loop:audio_output_end"]
"recognizer_loop:audio_output_end",
"ovos.common_play.SEI.get.response"]
if "recognizer_loop:utterance" not in self.allowed_types:
self.allowed_types.append("recognizer_loop:utterance")
self.can_broadcast = can_broadcast
Expand Down

0 comments on commit e287e05

Please sign in to comment.