Skip to content

Commit

Permalink
fix:snd (#3)
Browse files Browse the repository at this point in the history
typo in listen sound uri
  • Loading branch information
JarbasAl authored Oct 30, 2024
1 parent 8063c0f commit 60e2a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemind_listener/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, bus: Optional[Union[MessageBusClient, FakeBus]] = None):
def listen_callback(cls):
LOG.info("New loop state: IN_COMMAND")
cls.bus.emit(Message("mycroft.audio.play_sound",
{"uri": "smd/start_listening.wav"}))
{"uri": "snd/start_listening.wav"}))
cls.bus.emit(Message("recognizer_loop:wakeword"))
cls.bus.emit(Message("recognizer_loop:record_begin"))

Expand Down

0 comments on commit 60e2a0f

Please sign in to comment.