Skip to content

Commit

Permalink
[ansible/venv] Use silero from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Apr 13, 2024
1 parent 86cf7ee commit efbc7e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ ovos-plugin-manager[offline]
ovos-plugin-vlc
ovos-translate-server-plugin
ovos-stt-plugin-vosk
{% if ovos_installer_cpu_is_capable | bool %}
ovos-vad-plugin-silero
{% endif %}
ovos-ww-plugin-pocketsphinx
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
ovos-ww-plugin-openwakeword
Expand All @@ -45,6 +42,9 @@ git+https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium.git
git+https://github.com/OpenVoiceOS/ovos-tts-plugin-polly.git
git+https://github.com/OpenVoiceOS/ovos-utterance-corrections-plugin.git
git+https://github.com/OpenVoiceOS/ovos-utterance-plugin-cancel
{% if ovos_installer_cpu_is_capable | bool %}
git+https://github.com/OpenVoiceOS/ovos-vad-plugin-silero.git
{% endif %}

# Non-OVOS libraries
#neon-mana-utils #Commented until PyYAML requirement is fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ovos-PHAL-plugin-alsa
ovos-PHAL-plugin-ipgeo
ovos-stt-plugin-server
{% if ovos_installer_cpu_is_capable | bool %}
ovos-vad-plugin-silero
ovos-ww-plugin-precise-lite
{% endif %}
ovos-ww-plugin-openwakeword
Expand All @@ -30,3 +29,6 @@ poorman-handshake
# No PyPi release
git+https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium.git
git+https://github.com/OpenVoiceOS/ovos-tts-plugin-polly.git
{% if ovos_installer_cpu_is_capable | bool %}
git+https://github.com/OpenVoiceOS/ovos-vad-plugin-silero.git
{% endif %}

0 comments on commit efbc7e4

Please sign in to comment.