Skip to content

Commit

Permalink
[ansible/venv] Use PyPi release for Silero VAD
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jul 6, 2024
1 parent b183951 commit b0d0247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ovos-stt-plugin-vosk
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
ovos-ww-plugin-openwakeword
{% if ovos_installer_cpu_is_capable | bool %}
ovos-vad-plugin-silero
ovos-ww-plugin-precise-lite
{% endif %}
ovos-ww-plugin-vosk
Expand All @@ -46,9 +47,6 @@ 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 @@ -12,6 +12,7 @@ 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 %}
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
Expand All @@ -30,6 +31,3 @@ git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-mk1.git
{% endif %}
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 b0d0247

Please sign in to comment.