From 6a058adc58ae15fea07c4a8b78eaecb2aa1eef62 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 30 May 2024 16:03:06 +0100 Subject: [PATCH] drop pocketsphinx move to vosk plugin instead, only used for "wake up" in naptime mode, already accounted for in default mycroft.conf if pocketsphinx isnt available pocketsphinx is unmaintained and latest version broke the plugin https://github.com/OpenVoiceOS/ovos-ww-plugin-pocketsphinx/pull/6 this also brings support for py3.12 --- requirements/extras.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/extras.txt b/requirements/extras.txt index b533b92..0ccaf4d 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -2,5 +2,5 @@ ovos-backend-client>=0.1.0 ovos-microphone-plugin-alsa~=0.0.0 ovos-stt-plugin-server~=0.0.3 ovos-ww-plugin-precise-lite~=0.1 -ovos-ww-plugin-pocketsphinx~=0.1 -ovos-vad-plugin-silero~=0.0.1 \ No newline at end of file +ovos-ww-plugin-vosk~=0.1 +ovos-vad-plugin-silero~=0.0.1