Skip to content

Commit

Permalink
allow OCP
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jun 4, 2024
1 parent e8e2ff3 commit 1e90bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hivemind_voice_satellite/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def handle_complete(message):
bus.connect(site_id=siteid)

# create Audio Output interface (TTS/Music)
audio = PlaybackService(bus=bus, disable_ocp=True, validate_source=False)
audio = PlaybackService(bus=bus, validate_source=False)
audio.daemon = True
audio.start()

Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
hivemind_bus_client>=0.0.4a10
ovos-audio
ovos-dinkum-listener>=0.0.3a14, < 0.1.0
ovos-vad-plugin-webrtcvad
ovos-microphone-plugin-alsa
ovos-vad-plugin-silero
ovos-stt-plugin-server
ovos-tts-plugin-server
ovos-ww-plugin-vosk
click
hivemind-ggwave

0 comments on commit 1e90bc4

Please sign in to comment.