diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 9bb2b1e..db4f98b 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -15,14 +15,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Download requirements file run: | curl -o constraints-alpha.txt https://raw.githubusercontent.com/OpenVoiceOS/ovos-releases/refs/heads/main/constraints-alpha.txt - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/install_tests.yml b/.github/workflows/install_tests.yml index 4d6ac5b..c666c78 100644 --- a/.github/workflows/install_tests.yml +++ b/.github/workflows/install_tests.yml @@ -14,9 +14,9 @@ jobs: python-version: ["3.10", "3.11"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/.github/workflows/license_tests.yml b/.github/workflows/license_tests.yml index 87d6bf0..3dee196 100644 --- a/.github/workflows/license_tests.yml +++ b/.github/workflows/license_tests.yml @@ -12,9 +12,9 @@ jobs: license_tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install Build Tools diff --git a/.github/workflows/publish_stable.yml b/.github/workflows/publish_stable.yml index 3aaeb88..90955ba 100644 --- a/.github/workflows/publish_stable.yml +++ b/.github/workflows/publish_stable.yml @@ -19,12 +19,12 @@ jobs: if: success() # Ensure this job only runs if the previous job succeeds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: ref: master fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install Build Tools @@ -47,7 +47,7 @@ jobs: if: success() # Ensure this job only runs if the previous job succeeds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 with: fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. ref: master diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 2103770..740eb37 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -23,7 +23,7 @@ jobs: needs: publish_alpha runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Send message to Matrix bots channel id: matrix-chat-message uses: fadenb/matrix-chat-message@v0.0.6 @@ -39,12 +39,12 @@ jobs: if: success() # Ensure this job only runs if the previous job succeeds runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: dev fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" - name: Install Build Tools @@ -68,12 +68,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout dev branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: dev - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 342feb3..8221100 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -37,9 +37,9 @@ jobs: python-version: ["3.10", "3.11"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb7cd7..f6fa2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,85 @@ # Changelog -## [2.1.1a1](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.1a1) (2025-06-18) +## [2.1.4a4](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.4a4) (2025-12-19) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.0a1...2.1.1a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.4a3...2.1.4a4) **Merged pull requests:** -- fix: error handling [\#232](https://github.com/OpenVoiceOS/ovos-config/pull/232) ([JarbasAl](https://github.com/JarbasAl)) +- chore\(deps\): update actions/setup-python action to v6 [\#260](https://github.com/OpenVoiceOS/ovos-config/pull/260) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update actions/checkout action to v6 [\#259](https://github.com/OpenVoiceOS/ovos-config/pull/259) ([renovate[bot]](https://github.com/apps/renovate)) -## [2.1.0a1](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.0a1) (2025-06-18) +## [2.1.4a3](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.4a3) (2025-12-18) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.0.0...2.1.0a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.4a2...2.1.4a3) **Merged pull requests:** -- feat:update recommended configs [\#230](https://github.com/OpenVoiceOS/ovos-config/pull/230) ([JarbasAl](https://github.com/JarbasAl)) +- chore: Configure Renovate [\#254](https://github.com/OpenVoiceOS/ovos-config/pull/254) ([renovate[bot]](https://github.com/apps/renovate)) + +## [2.1.4a2](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.4a2) (2025-11-05) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.4a1...2.1.4a2) + +**Merged pull requests:** + +- enable pre-wake-vad by default [\#251](https://github.com/OpenVoiceOS/ovos-config/pull/251) ([JarbasAl](https://github.com/JarbasAl)) + +## [2.1.4a1](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.4a1) (2025-10-31) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.3a1...2.1.4a1) + +**Merged pull requests:** + +- fix: prefer precise onnx [\#249](https://github.com/OpenVoiceOS/ovos-config/pull/249) ([JarbasAl](https://github.com/JarbasAl)) + +## [2.1.3a1](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.3a1) (2025-10-09) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.2a5...2.1.3a1) + +**Merged pull requests:** + +- fix: en-us female voice [\#247](https://github.com/OpenVoiceOS/ovos-config/pull/247) ([JarbasAl](https://github.com/JarbasAl)) + +## [2.1.2a5](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.2a5) (2025-10-09) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.2a4...2.1.2a5) + +**Merged pull requests:** + +- update default voices [\#242](https://github.com/OpenVoiceOS/ovos-config/pull/242) ([JarbasAl](https://github.com/JarbasAl)) + +## [2.1.2a4](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.2a4) (2025-09-08) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.2a3...2.1.2a4) + +**Merged pull requests:** + +- Termux config [\#243](https://github.com/OpenVoiceOS/ovos-config/pull/243) ([JarbasAl](https://github.com/JarbasAl)) + +## [2.1.2a3](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.2a3) (2025-07-22) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.2a2...2.1.2a3) + +**Merged pull requests:** + +- Update pt-pt.conf [\#240](https://github.com/OpenVoiceOS/ovos-config/pull/240) ([JarbasAl](https://github.com/JarbasAl)) + +## [2.1.2a2](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.2a2) (2025-06-18) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.2a1...2.1.2a2) + +**Merged pull requests:** + +- finetune\_lang\_configs [\#236](https://github.com/OpenVoiceOS/ovos-config/pull/236) ([JarbasAl](https://github.com/JarbasAl)) + +## [2.1.2a1](https://github.com/OpenVoiceOS/ovos-config/tree/2.1.2a1) (2025-06-18) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/2.1.1...2.1.2a1) + +**Merged pull requests:** + +- fix:default\_pipeline\_recommendations [\#234](https://github.com/OpenVoiceOS/ovos-config/pull/234) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/downstream_report.txt b/downstream_report.txt index c51858a..274e1f6 100644 --- a/downstream_report.txt +++ b/downstream_report.txt @@ -1,381 +1,446 @@ -ovos-config==1.2.2 -├── ovos-core==2.0.4a3 [requires: ovos-config>=0.0.13,<3.0.0] -├── ovos-phal-plugin-ipgeo==0.1.6 [requires: ovos-config>=0.0.10] -├── ovos-workshop==7.0.6 [requires: ovos-config>=0.0.12,<3.0.0] -│ ├── ovos-plugin-common-play==1.2.1 [requires: ovos-workshop>=2.4.2,<8.0.0] -│ ├── ovos-skill-application-launcher==0.5.14 [requires: ovos-workshop>=6.0.0,<8.0.0] -│ ├── ovos-skill-date-time==1.1.4 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ ├── ovos-skill-naptime==0.3.15 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ ├── ovos-skill-volume==0.1.16 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ ├── ovos-core==2.0.4a3 [requires: ovos-workshop>=7.0.5,<8.0.0] -│ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ ├── ovos-skill-word-of-the-day==0.2.0 [requires: ovos-workshop] -│ ├── ovos-skill-days-in-history==0.3.11 [requires: ovos-workshop>=3.1.0,<8.0.0] -│ ├── ovos-skill-weather==1.0.5a1 [requires: ovos-workshop>=2.2.0,<8.0.0] -│ ├── ovos-skill-speedtest==0.3.6 [requires: ovos-workshop>=0.0.12,<8.0.0] -│ ├── ovos-skill-randomness==0.1.2 [requires: ovos-workshop] -│ ├── ovos-skill-fallback-unknown==0.1.9 [requires: ovos-workshop>=6.0.0,<8.0.0] -│ ├── ovos-ocp-pipeline-plugin==1.1.16 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ ├── ovos-skill-ddg==0.3.5 [requires: ovos-workshop>=3.4.0,<8.0.0] -│ ├── ovos-skill-fuster-quotes==0.0.4 [requires: ovos-workshop] -│ ├── ovos-adapt-parser==1.0.8 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ ├── ovos-m2v-pipeline==0.0.6 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ ├── ovos-skill-screenshot==0.0.7 [requires: ovos-workshop] -│ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos-workshop>=0.0.11,<8.0.0] -│ ├── ovos-skill-camera==1.0.5a3 [requires: ovos-workshop>=0.0.12] -│ ├── ovos-skill-number-facts==0.1.12 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ ├── ovos-skill-homescreen==3.0.3 [requires: ovos-workshop>=2.4.0,<8.0.0] -│ ├── ovos-common-query-pipeline-plugin==1.1.8 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos-workshop>=0.0.16] -│ ├── ovos-skill-news==0.4.5 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ ├── ovos-skill-pyradios==0.1.5 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ ├── ovos-skill-wordnet==0.2.5 [requires: ovos-workshop>=3.3.0,<8.0.0] -│ ├── ovos-skill-laugh==0.2.3 [requires: ovos-workshop] -│ ├── ovos-skill-diagnostics==0.0.8 [requires: ovos-workshop>=0.0.12] -│ ├── ovos-skill-icanhazdadjokes==0.3.7 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ ├── ovos-skill-iss-location==0.2.16 [requires: ovos-workshop>=0.0.12,<8.0.0] -│ ├── ovos-skill-wolfie==0.5.8 [requires: ovos-workshop>=3.4.0a1,<8.0.0] -│ ├── ovos-skill-wikipedia==0.8.13 [requires: ovos-workshop>=3.4.0,<8.0.0] -│ ├── ovos-skill-parrot==0.1.25 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ ├── ovos-skill-cmd==0.2.11 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ ├── ovos-skill-personal==0.1.19 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ ├── ovos-skill-local-media==0.2.12 [requires: ovos-workshop>=2.4.0,<8.0.0] -│ ├── ovos-skill-alerts==0.1.27 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ ├── ovos-skill-dictation==0.2.19 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ ├── ovos-skill-color-picker==0.0.7 [requires: ovos-workshop] -│ ├── ovos-padatious==1.4.2 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ ├── ovos-skill-ip==0.2.8 [requires: ovos-workshop] -│ └── ovos-skill-wikihow==0.3.3 [requires: ovos-workshop>=3.4.0a1,<8.0.0] -├── ovos-audio==1.0.2a1 [requires: ovos-config>=0.0.12,<3.0.0] -│ └── ovos-skill-laugh==0.2.3 [requires: ovos-audio] -├── ovos-date-parser==0.6.2 [requires: ovos-config] -│ ├── ovos-skill-date-time==1.1.4 [requires: ovos-date-parser>=0.0.1,<1.0.0] -│ ├── ovos-skill-days-in-history==0.3.11 [requires: ovos-date-parser>=0.0.3] -│ ├── ovos-skill-weather==1.0.5a1 [requires: ovos-date-parser>=0.0.2,<1.0.0] -│ ├── ovos-skill-ddg==0.3.5 [requires: ovos-date-parser] -│ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos-date-parser] -│ ├── ovos-skill-number-facts==0.1.12 [requires: ovos-date-parser>=0.0.1,<1.0.0] -│ ├── ovos-skill-homescreen==3.0.3 [requires: ovos-date-parser>=0.0.3,<1.0.0] -│ ├── ovos-skill-iss-location==0.2.16 [requires: ovos-date-parser>=0.0.3,<1.0.0] -│ └── ovos-skill-alerts==0.1.27 [requires: ovos-date-parser>=0.0.3,<1.0.0] -├── ovos-PHAL==0.2.10 [requires: ovos-config>=0.0.12,<3.0.0] -├── ovos-skill-ddg==0.3.5 [requires: ovos-config>=0.0.11,<2.0.0] -├── ovos-bus-client==1.3.5a1 [requires: ovos-config>=0.0.12,<3.0.0] -│ ├── ovos-PHAL-plugin-wallpaper-manager==0.2.5 [requires: ovos-bus-client>=0.0.3,<2.0.0] -│ ├── ovos-plugin-common-play==1.2.1 [requires: ovos-bus-client>=0.0.7,<2.0.0] -│ ├── ovos-PHAL-plugin-oauth==0.1.3 [requires: ovos-bus-client>=0.0.3,<2.0.0] -│ ├── ovos-skill-naptime==0.3.15 [requires: ovos-bus-client>=1.2.0,<2.0.0] -│ ├── ovos-core==2.0.4a3 [requires: ovos-bus-client>=0.1.4,<2.0.0] -│ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos-bus-client>=1.0.1] -│ ├── ovos-workshop==7.0.6 [requires: ovos-bus-client>=0.0.8,<2.0.0] -│ │ ├── ovos-plugin-common-play==1.2.1 [requires: ovos-workshop>=2.4.2,<8.0.0] -│ │ ├── ovos-skill-application-launcher==0.5.14 [requires: ovos-workshop>=6.0.0,<8.0.0] -│ │ ├── ovos-skill-date-time==1.1.4 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ ├── ovos-skill-naptime==0.3.15 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-volume==0.1.16 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-core==2.0.4a3 [requires: ovos-workshop>=7.0.5,<8.0.0] -│ │ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-word-of-the-day==0.2.0 [requires: ovos-workshop] -│ │ ├── ovos-skill-days-in-history==0.3.11 [requires: ovos-workshop>=3.1.0,<8.0.0] -│ │ ├── ovos-skill-weather==1.0.5a1 [requires: ovos-workshop>=2.2.0,<8.0.0] -│ │ ├── ovos-skill-speedtest==0.3.6 [requires: ovos-workshop>=0.0.12,<8.0.0] -│ │ ├── ovos-skill-randomness==0.1.2 [requires: ovos-workshop] -│ │ ├── ovos-skill-fallback-unknown==0.1.9 [requires: ovos-workshop>=6.0.0,<8.0.0] -│ │ ├── ovos-ocp-pipeline-plugin==1.1.16 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-skill-ddg==0.3.5 [requires: ovos-workshop>=3.4.0,<8.0.0] -│ │ ├── ovos-skill-fuster-quotes==0.0.4 [requires: ovos-workshop] -│ │ ├── ovos-adapt-parser==1.0.8 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-m2v-pipeline==0.0.6 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-skill-screenshot==0.0.7 [requires: ovos-workshop] -│ │ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos-workshop>=0.0.11,<8.0.0] -│ │ ├── ovos-skill-camera==1.0.5a3 [requires: ovos-workshop>=0.0.12] -│ │ ├── ovos-skill-number-facts==0.1.12 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-homescreen==3.0.3 [requires: ovos-workshop>=2.4.0,<8.0.0] -│ │ ├── ovos-common-query-pipeline-plugin==1.1.8 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos-workshop>=0.0.16] -│ │ ├── ovos-skill-news==0.4.5 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ ├── ovos-skill-pyradios==0.1.5 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ ├── ovos-skill-wordnet==0.2.5 [requires: ovos-workshop>=3.3.0,<8.0.0] -│ │ ├── ovos-skill-laugh==0.2.3 [requires: ovos-workshop] -│ │ ├── ovos-skill-diagnostics==0.0.8 [requires: ovos-workshop>=0.0.12] -│ │ ├── ovos-skill-icanhazdadjokes==0.3.7 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-iss-location==0.2.16 [requires: ovos-workshop>=0.0.12,<8.0.0] -│ │ ├── ovos-skill-wolfie==0.5.8 [requires: ovos-workshop>=3.4.0a1,<8.0.0] -│ │ ├── ovos-skill-wikipedia==0.8.13 [requires: ovos-workshop>=3.4.0,<8.0.0] -│ │ ├── ovos-skill-parrot==0.1.25 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ ├── ovos-skill-cmd==0.2.11 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-personal==0.1.19 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-local-media==0.2.12 [requires: ovos-workshop>=2.4.0,<8.0.0] -│ │ ├── ovos-skill-alerts==0.1.27 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ ├── ovos-skill-dictation==0.2.19 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ ├── ovos-skill-color-picker==0.0.7 [requires: ovos-workshop] -│ │ ├── ovos-padatious==1.4.2 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-skill-ip==0.2.8 [requires: ovos-workshop] -│ │ └── ovos-skill-wikihow==0.3.3 [requires: ovos-workshop>=3.4.0a1,<8.0.0] -│ ├── ovos-audio==1.0.2a1 [requires: ovos-bus-client>=0.0.8,<2.0.0] -│ │ └── ovos-skill-laugh==0.2.3 [requires: ovos-audio] -│ ├── ovos-PHAL==0.2.10 [requires: ovos-bus-client>=0.0.8,<2.0.0] -│ ├── ovos-wikipedia-solver==0.1.1 [requires: ovos-bus-client>=1.0.1] -│ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos-wikipedia-solver>=0.0.1,<1.0.0] -│ ├── ovos-PHAL-plugin-balena-wifi==1.2.2 [requires: ovos-bus-client>=0.0.6,<2.0.0] -│ ├── ovos-ww-plugin-vosk==0.1.7 [requires: ovos-bus-client>=0.0.6] -│ ├── ovos-m2v-pipeline==0.0.6 [requires: ovos-bus-client] -│ ├── ovos-mark1-utils==0.0.1 [requires: ovos-bus-client] -│ │ └── ovos-PHAL-plugin-mk1==0.1.3 [requires: ovos-mark1-utils>=0.0.1] -│ ├── ovos-plugin-manager==1.0.3 [requires: ovos-bus-client>=0.0.8,<2.0.0] -│ │ ├── ovos-PHAL-plugin-wallpaper-manager==0.2.5 [requires: ovos-plugin-manager>=0.0.23,<2.0.0] -│ │ ├── ovos-plugin-common-play==1.2.1 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ ├── ovos-vad-plugin-silero==0.0.5 [requires: ovos-plugin-manager>=0.0.11,<2.0.0] +ovos-config==2.1.4a2 +├── ovos_gui==1.3.4 [requires: ovos-config>=0.0.12,<3.0.0] +├── ovos_audio==1.1.0 [requires: ovos-config>=0.0.12,<3.0.0] +│ └── ovos-skill-laugh==0.2.3 [requires: ovos_audio] +├── ovos_common_query_pipeline_plugin==1.1.9 [requires: ovos-config] +├── ovos_core==2.1.2a1 [requires: ovos-config>=0.0.13,<3.0.0] +│ └── ovoscope==0.7.2 [requires: ovos_core>=2.0.4a2] +├── ovos_bus_client==1.3.8a1 [requires: ovos-config>=0.0.12,<3.0.0] +│ ├── ovos_wikipedia_solver==0.1.2 [requires: ovos_bus_client>=1.0.1] +│ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos_wikipedia_solver>=0.0.1,<1.0.0] +│ ├── ovos_gui==1.3.4 [requires: ovos_bus_client>=1.0.0,<2.0.0] +│ ├── ovos_audio==1.1.0 [requires: ovos_bus_client>=0.0.8,<2.0.0] +│ │ └── ovos-skill-laugh==0.2.3 [requires: ovos_audio] +│ ├── ovos_PHAL_plugin_system==1.3.4 [requires: ovos_bus_client>=1.1.0,<2.0.0] +│ ├── ovos_common_query_pipeline_plugin==1.1.9 [requires: ovos_bus_client] +│ ├── ovos_core==2.1.2a1 [requires: ovos_bus_client>=1.3.6a1,<2.0.0] +│ │ └── ovoscope==0.7.2 [requires: ovos_core>=2.0.4a2] +│ ├── ovos-skill-laugh==0.2.3 [requires: ovos_bus_client>=1.0.1] +│ ├── ovos-skill-local-media==0.2.13a1 [requires: ovos_bus_client>=0.0.9,<2.0.0] +│ ├── ovos-skill-pyradios==0.1.5 [requires: ovos_bus_client>=0.0.9] +│ ├── ovos-skill-naptime==0.3.16a2 [requires: ovos_bus_client>=1.2.0,<2.0.0] +│ ├── ovos_m2v_pipeline==0.0.7 [requires: ovos_bus_client] +│ ├── ovos_PHAL_plugin_wallpaper_manager==0.2.6 [requires: ovos_bus_client>=0.0.3,<2.0.0] +│ ├── ovos_ww_plugin_vosk==0.1.8 [requires: ovos_bus_client>=0.0.6] +│ ├── ovos-PHAL-plugin-oauth==0.1.3 [requires: ovos_bus_client>=0.0.3,<2.0.0] +│ ├── ovos-plugin-manager==1.0.4a2 [requires: ovos_bus_client>=0.0.8,<2.0.0] +│ │ ├── ovos-stt-plugin-citrinet==0.0.9 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ │ ├── ovos-ocp-m3u-plugin==0.0.2a2 [requires: ovos-plugin-manager] +│ │ │ └── ovos-ocp-news-plugin==0.1.2 [requires: ovos-ocp-m3u-plugin>=0.0.1,<1.0.0] +│ │ ├── ovos_tts_plugin_piper==0.2.5 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos_audio_plugin_simple==0.1.3 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ │ ├── ovos_wikipedia_solver==0.1.2 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos_wikipedia_solver>=0.0.1,<1.0.0] +│ │ ├── ovos-translate-plugin-nllb==0.0.0a4 [requires: ovos-plugin-manager>=0.0.1a2] +│ │ ├── ovos_gui==1.3.4 [requires: ovos-plugin-manager>=0.5.5,<3.0.0] +│ │ ├── ovos-tts-plugin-polly==0.2.1 [requires: ovos-plugin-manager>=0.0.1a13] +│ │ ├── ovos-vad-plugin-webrtcvad==0.0.1 [requires: ovos-plugin-manager>=0.0.11] +│ │ ├── ovos_audio==1.1.0 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ │ └── ovos-skill-laugh==0.2.3 [requires: ovos_audio] +│ │ ├── ovos_PHAL_plugin_system==1.3.4 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ ├── ovos_padatious==1.4.3 [requires: ovos-plugin-manager>=0.5.0,<3.0.0] +│ │ ├── ovos_common_query_pipeline_plugin==1.1.9 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos_core==2.1.2a1 [requires: ovos-plugin-manager>=1.0.3,<3.0.0] +│ │ │ └── ovoscope==0.7.2 [requires: ovos_core>=2.0.4a2] +│ │ ├── ovos-tts-plugin-google-tx==1.0.3 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ │ ├── ovos-skill-laugh==0.2.3 [requires: ovos-plugin-manager] +│ │ ├── ovos-stt-plugin-whispercpp==0.0.0a8 [requires: ovos-plugin-manager>=0.0.1] +│ │ ├── ovos-tts-plugin-ahotts==0.1.1 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ │ ├── ovos-dialog-normalizer-plugin==0.0.1 [requires: ovos-plugin-manager] +│ │ ├── ovos_ocp_rss_plugin==0.1.2 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ │ │ └── ovos-ocp-news-plugin==0.1.2 [requires: ovos_ocp_rss_plugin>=0.0.2,<1.0.0] +│ │ ├── ovos_media_plugin_chromecast==0.1.3 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ ├── ovos_skill_ddg==0.3.6 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ ├── ovos_microphone_plugin_alsa==0.1.3 [requires: ovos-plugin-manager>=0.0.23,<3.0.0] +│ │ ├── ovos_media_plugin_spotify==0.2.7 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ ├── ovos_tts_plugin_nos==0.7.5a1 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos-stt-plugin-azure==0.0.0a2 [requires: ovos-plugin-manager>=0.0.5] +│ │ ├── ovos_skill_wordnet==0.2.7a1 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ ├── ovos-tts-plugin-matxa-multispeaker-cat==0.0.1a5 [requires: ovos-plugin-manager>=0.0.5] +│ │ ├── ovos-audio-transformer-plugin-speechbrain-langdetect==0.0.0a9 [requires: ovos-plugin-manager] +│ │ ├── ovos_m2v_pipeline==0.0.7 [requires: ovos-plugin-manager>=0.5.0,<3.0.0] +│ │ ├── ovos-solver-bm25-plugin==0.0.1 [requires: ovos-plugin-manager>=0.8.5] +│ │ │ └── ovos_wikipedia_solver==0.1.2 [requires: ovos-solver-bm25-plugin>=0.0.1,<1.0.0] +│ │ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos_wikipedia_solver>=0.0.1,<1.0.0] +│ │ ├── ovos_phal_plugin_ipgeo==0.1.7 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ │ ├── ovos_tts_plugin_espeakng==0.0.2 [requires: ovos-plugin-manager>=0.0.1a12] +│ │ ├── ovos-utterance-normalizer==0.2.3 [requires: ovos-plugin-manager>=0.0.25,<3.0.0] +│ │ │ ├── ovos-skill-date-time==1.1.6a1 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ │ ├── ovos-skill-weather==1.0.8a3 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ │ ├── ovos-skill-volume==0.1.17a3 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ │ └── ovos-skill-alerts==0.1.28a1 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ ├── ovos_PHAL_plugin_wallpaper_manager==0.2.6 [requires: ovos-plugin-manager>=0.0.23,<3.0.0] │ │ ├── ovos-solver-yes-no-plugin==0.2.9a3 [requires: ovos-plugin-manager] -│ │ │ └── ovos-workshop==7.0.6 [requires: ovos-solver-yes-no-plugin>=0.0.1,<1.0.0] -│ │ │ ├── ovos-plugin-common-play==1.2.1 [requires: ovos-workshop>=2.4.2,<8.0.0] -│ │ │ ├── ovos-skill-application-launcher==0.5.14 [requires: ovos-workshop>=6.0.0,<8.0.0] -│ │ │ ├── ovos-skill-date-time==1.1.4 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ │ ├── ovos-skill-naptime==0.3.15 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ │ ├── ovos-skill-volume==0.1.16 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ │ ├── ovos-core==2.0.4a3 [requires: ovos-workshop>=7.0.5,<8.0.0] -│ │ │ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ │ ├── ovos-skill-word-of-the-day==0.2.0 [requires: ovos-workshop] -│ │ │ ├── ovos-skill-days-in-history==0.3.11 [requires: ovos-workshop>=3.1.0,<8.0.0] -│ │ │ ├── ovos-skill-weather==1.0.5a1 [requires: ovos-workshop>=2.2.0,<8.0.0] -│ │ │ ├── ovos-skill-speedtest==0.3.6 [requires: ovos-workshop>=0.0.12,<8.0.0] -│ │ │ ├── ovos-skill-randomness==0.1.2 [requires: ovos-workshop] -│ │ │ ├── ovos-skill-fallback-unknown==0.1.9 [requires: ovos-workshop>=6.0.0,<8.0.0] -│ │ │ ├── ovos-ocp-pipeline-plugin==1.1.16 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ │ ├── ovos-skill-ddg==0.3.5 [requires: ovos-workshop>=3.4.0,<8.0.0] -│ │ │ ├── ovos-skill-fuster-quotes==0.0.4 [requires: ovos-workshop] -│ │ │ ├── ovos-adapt-parser==1.0.8 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ │ ├── ovos-m2v-pipeline==0.0.6 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ │ ├── ovos-skill-screenshot==0.0.7 [requires: ovos-workshop] -│ │ │ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos-workshop>=0.0.11,<8.0.0] -│ │ │ ├── ovos-skill-camera==1.0.5a3 [requires: ovos-workshop>=0.0.12] -│ │ │ ├── ovos-skill-number-facts==0.1.12 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ │ ├── ovos-skill-homescreen==3.0.3 [requires: ovos-workshop>=2.4.0,<8.0.0] -│ │ │ ├── ovos-common-query-pipeline-plugin==1.1.8 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ │ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos-workshop>=0.0.16] -│ │ │ ├── ovos-skill-news==0.4.5 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ │ ├── ovos-skill-pyradios==0.1.5 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ │ ├── ovos-skill-wordnet==0.2.5 [requires: ovos-workshop>=3.3.0,<8.0.0] -│ │ │ ├── ovos-skill-laugh==0.2.3 [requires: ovos-workshop] -│ │ │ ├── ovos-skill-diagnostics==0.0.8 [requires: ovos-workshop>=0.0.12] -│ │ │ ├── ovos-skill-icanhazdadjokes==0.3.7 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ │ ├── ovos-skill-iss-location==0.2.16 [requires: ovos-workshop>=0.0.12,<8.0.0] -│ │ │ ├── ovos-skill-wolfie==0.5.8 [requires: ovos-workshop>=3.4.0a1,<8.0.0] -│ │ │ ├── ovos-skill-wikipedia==0.8.13 [requires: ovos-workshop>=3.4.0,<8.0.0] -│ │ │ ├── ovos-skill-parrot==0.1.25 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ │ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ │ ├── ovos-skill-cmd==0.2.11 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ │ ├── ovos-skill-personal==0.1.19 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ │ ├── ovos-skill-local-media==0.2.12 [requires: ovos-workshop>=2.4.0,<8.0.0] -│ │ │ ├── ovos-skill-alerts==0.1.27 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ │ ├── ovos-skill-dictation==0.2.19 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ │ ├── ovos-skill-color-picker==0.0.7 [requires: ovos-workshop] -│ │ │ ├── ovos-padatious==1.4.2 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ │ ├── ovos-skill-ip==0.2.8 [requires: ovos-workshop] -│ │ │ └── ovos-skill-wikihow==0.3.3 [requires: ovos-workshop>=3.4.0a1,<8.0.0] -│ │ ├── ovos-utterance-normalizer==0.2.2 [requires: ovos-plugin-manager>=0.0.25,<2.0.0] -│ │ │ ├── ovos-skill-date-time==1.1.4 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] -│ │ │ ├── ovos-skill-volume==0.1.16 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] -│ │ │ ├── ovos-skill-weather==1.0.5a1 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] -│ │ │ └── ovos-skill-alerts==0.1.27 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ │ └── ovos_workshop==7.0.10a1 [requires: ovos-solver-yes-no-plugin>=0.0.1,<1.0.0] +│ │ │ ├── ovos-skill-fallback-unknown==0.1.9 [requires: ovos_workshop>=6.0.0,<8.0.0] +│ │ │ ├── ovos-skill-parrot==0.1.26a1 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ │ ├── ovos-skill-speedtest==0.3.7a2 [requires: ovos_workshop>=0.0.12,<8.0.0] +│ │ │ ├── ovos-skill-icanhazdadjokes==0.3.7 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ │ ├── ovos_padatious==1.4.3 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ │ ├── ovos-skill-screenshot==0.0.8a3 [requires: ovos_workshop] +│ │ │ ├── ovos_common_query_pipeline_plugin==1.1.9 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ │ ├── ovos_core==2.1.2a1 [requires: ovos_workshop>=7.0.6,<9.0.0] +│ │ │ │ └── ovoscope==0.7.2 [requires: ovos_core>=2.0.4a2] +│ │ │ ├── ovos-skill-laugh==0.2.3 [requires: ovos_workshop] +│ │ │ ├── ovos-skill-fuster-quotes==0.0.4 [requires: ovos_workshop] +│ │ │ ├── ovos-skill-local-media==0.2.13a1 [requires: ovos_workshop>=2.4.0,<8.0.0] +│ │ │ ├── ovos-skill-pyradios==0.1.5 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ │ ├── ovos_skill_ddg==0.3.6 [requires: ovos_workshop>=3.4.0,<8.0.0] +│ │ │ ├── ovos-skill-date-time==1.1.6a1 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ │ ├── ovos_skill_wordnet==0.2.7a1 [requires: ovos_workshop>=3.3.0,<8.0.0] +│ │ │ ├── ovos-skill-naptime==0.3.16a2 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ │ ├── ovos-skill-ip==0.2.8 [requires: ovos_workshop] +│ │ │ ├── ovos_m2v_pipeline==0.0.7 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ │ ├── ovos-skill-weather==1.0.8a3 [requires: ovos_workshop>=2.2.0,<8.0.0] +│ │ │ ├── ovos_adapt_parser==1.0.9 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ │ ├── ovos-skill-personal==0.1.20a3 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ │ ├── ovos-skill-cmd==0.2.11 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ │ ├── ovos-skill-diagnostics==0.0.9a1 [requires: ovos_workshop>=0.0.12] +│ │ │ ├── ovos_plugin_common_play==1.2.2a1 [requires: ovos_workshop>=2.4.2,<8.0.0] +│ │ │ ├── ovos-skill-volume==0.1.17a3 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ │ ├── ovos-skill-number-facts==0.1.12 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ │ ├── ovos-skill-randomness==0.1.2 [requires: ovos_workshop] +│ │ │ ├── ovos-skill-alerts==0.1.28a1 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ │ ├── ovos-skill-iss-location==0.2.16 [requires: ovos_workshop>=0.0.12,<8.0.0] +│ │ │ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos_workshop>=0.0.16] +│ │ │ ├── ovos-skill-application-launcher==0.5.15a1 [requires: ovos_workshop>=6.0.0,<8.0.0] +│ │ │ ├── ovos-skill-dictation==0.2.20a3 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ │ ├── ovos-skill-homescreen==3.0.3 [requires: ovos_workshop>=2.4.0,<8.0.0] +│ │ │ ├── ovos-skill-wikihow==0.3.3 [requires: ovos_workshop>=3.4.0a1,<8.0.0] +│ │ │ ├── ovos-skill-word-of-the-day==0.2.0 [requires: ovos_workshop] +│ │ │ ├── ovos-skill-wolfie==0.5.8 [requires: ovos_workshop>=3.4.0a1,<8.0.0] +│ │ │ ├── ovos-skill-color-picker==0.0.7 [requires: ovos_workshop] +│ │ │ ├── ovos-skill-news==0.4.6a1 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ │ ├── ovos_ocp_pipeline_plugin==1.1.18 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ │ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ │ ├── ovos-skill-camera==1.0.5a7 [requires: ovos_workshop>=0.0.12] +│ │ │ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ │ ├── ovos-skill-wikipedia==0.8.13 [requires: ovos_workshop>=3.4.0,<8.0.0] +│ │ │ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos_workshop>=0.0.11,<8.0.0] +│ │ │ └── ovos-skill-days-in-history==0.3.11 [requires: ovos_workshop>=3.1.0,<8.0.0] +│ │ ├── ovos_translate_server_plugin==0.0.5 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ │ ├── ovos_skill_ddg==0.3.6 [requires: ovos_translate_server_plugin] +│ │ │ └── ovos_skill_wordnet==0.2.7a1 [requires: ovos_translate_server_plugin] +│ │ ├── ovos_ww_plugin_vosk==0.1.8 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos_adapt_parser==1.0.9 [requires: ovos-plugin-manager>=0.5.0,<3.0.0] +│ │ ├── ovos_stt_plugin_server==0.1.3 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos-vad-plugin-silero==0.0.6a1 [requires: ovos-plugin-manager>=0.0.11,<2.0.0] +│ │ ├── ovos_ocp_youtube_plugin==0.0.6 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ │ ├── ovos_plugin_common_play==1.2.2a1 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ ├── ovos_PHAL_plugin_alsa==0.1.5 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ │ ├── ovos-tts-plugin-cotovia==0.4.3 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ │ ├── ovos-dinkum-listener==0.5.1a1 [requires: ovos-plugin-manager>=1.0.2,<3.0.0] +│ │ ├── ovos_PHAL==0.2.11 [requires: ovos-plugin-manager>=0.0.25,<3.0.0] +│ │ ├── ovos-stt-plugin-chromium==0.1.2 [requires: ovos-plugin-manager>=0.0.1a7] +│ │ ├── ovos-stt-plugin-whisper-lm==0.0.5 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ │ ├── ovos_wolfram_alpha_solver==0.0.4 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ │ └── ovos-skill-wolfie==0.5.8 [requires: ovos_wolfram_alpha_solver>=0.0.2,<1.0.0] +│ │ ├── ovos-tts-plugin-mimic==0.2.9a2 [requires: ovos-plugin-manager>=0.0.5] +│ │ ├── ovos-PHAL-plugin-hotkeys==0.1.1 [requires: ovos-plugin-manager>=0.0.1] +│ │ ├── ovos-PHAL-plugin-mk1==0.1.3 [requires: ovos-plugin-manager>=0.0.24] +│ │ ├── ovos-lang-detector-fasttext-plugin==0.1.1 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ │ ├── ovos_gui_plugin_shell_companion==1.0.6 [requires: ovos-plugin-manager>=0.5.5,<3.0.0] +│ │ ├── ovos_persona==0.6.24 [requires: ovos-plugin-manager>=0.8.3,<3.0.0] +│ │ ├── ovos-stt-plugin-mms==0.2.0 [requires: ovos-plugin-manager>=0.0.24] +│ │ ├── ovos-tts-plugin-beepspeak==0.0.1a1 [requires: ovos-plugin-manager>=0.0.1a4] │ │ ├── ovos-PHAL-plugin-network-manager==1.0.1a2 [requires: ovos-plugin-manager>=0.0.1] -│ │ ├── ovos-translate-server-plugin==0.0.4 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ │ │ ├── ovos-skill-ddg==0.3.5 [requires: ovos-translate-server-plugin] -│ │ │ └── ovos-skill-wordnet==0.2.5 [requires: ovos-translate-server-plugin] -│ │ ├── ovos-tts-plugin-server==0.0.4 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ │ ├── ovos-core==2.0.4a3 [requires: ovos-plugin-manager>=1.0.3,<2.0.0] -│ │ ├── ovos-utterance-corrections-plugin==0.1.1 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ ├── ovos-persona==0.6.23 [requires: ovos-plugin-manager>=0.8.3,<2.0.0] -│ │ ├── ovos-phal-plugin-ipgeo==0.1.6 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ ├── ovos-ww-plugin-precise-lite==0.1.6 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] │ │ ├── ovos-audio-plugin-mpv==0.2.1 [requires: ovos-plugin-manager>=0.0.26a29] -│ │ ├── ovos-PHAL-plugin-mk1==0.1.3 [requires: ovos-plugin-manager>=0.0.24] -│ │ ├── ovos-audio==1.0.2a1 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ │ └── ovos-skill-laugh==0.2.3 [requires: ovos-audio] -│ │ ├── ovos-PHAL==0.2.10 [requires: ovos-plugin-manager>=0.0.25,<2.0.0] -│ │ ├── ovos-wikipedia-solver==0.1.1 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos-wikipedia-solver>=0.0.1,<1.0.0] -│ │ ├── ovos-ocp-pipeline-plugin==1.1.16 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ │ ├── ovos-skill-ddg==0.3.5 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] +│ │ ├── ovos-ocp-news-plugin==0.1.2 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ │ ├── ovos_microphone_plugin_sounddevice==0.0.2 [requires: ovos-plugin-manager>=0.0.23,<3.0.0] +│ │ ├── ovos-stt-plugin-vosk==0.2.5 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] │ │ ├── ovos-PHAL-plugin-wifi-setup==1.1.1a1 [requires: ovos-plugin-manager>=0.0.1] -│ │ ├── ovos-dialog-normalizer-plugin==0.0.1 [requires: ovos-plugin-manager] -│ │ ├── ovos-PHAL-plugin-balena-wifi==1.2.2 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ ├── ovos-PHAL-plugin-hotkeys==0.1.1 [requires: ovos-plugin-manager>=0.0.1] -│ │ ├── ovos-ww-plugin-vosk==0.1.7 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ │ ├── ovos-adapt-parser==1.0.8 [requires: ovos-plugin-manager>=0.5.0,<2.0.0] -│ │ ├── ovos-m2v-pipeline==0.0.6 [requires: ovos-plugin-manager>=0.5.0,<2.0.0] -│ │ ├── ovos-media-plugin-spotify==0.2.6 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ ├── ovos-ocp-rss-plugin==0.1.1 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ │ └── ovos-ocp-news-plugin==0.1.1 [requires: ovos-ocp-rss-plugin>=0.0.2,<1.0.0] -│ │ ├── ovos-microphone-plugin-sounddevice==0.0.1 [requires: ovos-plugin-manager>=0.0.23,<2.0.0] -│ │ ├── ovos-microphone-plugin-alsa==0.1.2 [requires: ovos-plugin-manager>=0.0.23,<2.0.0] -│ │ ├── ovos-stt-plugin-chromium==0.1.2 [requires: ovos-plugin-manager>=0.0.1a7] -│ │ ├── ovos-openai-plugin==2.0.3 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ │ └── ovos-persona==0.6.23 [requires: ovos-openai-plugin>=2.0.0,<3.0.0] -│ │ ├── ovos-media-plugin-chromecast==0.1.2 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ ├── ovos-common-query-pipeline-plugin==1.1.8 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ │ ├── ovos-ocp-news-plugin==0.1.1 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ ├── ovos-solver-bm25-plugin==0.0.1 [requires: ovos-plugin-manager>=0.8.5] -│ │ │ └── ovos-wikipedia-solver==0.1.1 [requires: ovos-solver-bm25-plugin>=0.0.1,<1.0.0] -│ │ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos-wikipedia-solver>=0.0.1,<1.0.0] -│ │ ├── ovos-ocp-youtube-plugin==0.0.5 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ ├── ovos-skill-wordnet==0.2.5 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ ├── ovos-skill-laugh==0.2.3 [requires: ovos-plugin-manager] -│ │ ├── ovos-stt-plugin-server==0.1.2 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ │ ├── ovos-PHAL-plugin-alsa==0.1.4 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ ├── ovos-PHAL-plugin-system==1.3.3 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ ├── ovos-dinkum-listener==0.4.2a1 [requires: ovos-plugin-manager>=1.0.2,<2.0.0] -│ │ ├── ovos-wolfram-alpha-solver==0.0.3 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ │ └── ovos-skill-wolfie==0.5.8 [requires: ovos-wolfram-alpha-solver>=0.0.2,<1.0.0] -│ │ ├── ovos-solver-failure-plugin==0.0.2 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ │ └── ovos-persona==0.6.23 [requires: ovos-solver-failure-plugin] -│ │ ├── ovos-padatious==1.4.2 [requires: ovos-plugin-manager>=0.5.0,<2.0.0] +│ │ ├── ovos_openai_plugin==2.0.6 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ │ └── ovos_persona==0.6.24 [requires: ovos_openai_plugin>=2.0.0,<3.0.0] │ │ ├── ovos-vad-plugin-noise==0.1.2 [requires: ovos-plugin-manager>=0.0.11,<2.0.0] -│ │ ├── ovos-audio-plugin-simple==0.1.2 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ ├── ovos-ocp-m3u-plugin==0.0.2a2 [requires: ovos-plugin-manager] -│ │ │ └── ovos-ocp-news-plugin==0.1.1 [requires: ovos-ocp-m3u-plugin>=0.0.1,<1.0.0] -│ │ ├── ovos-phal-plugin-connectivity-events==0.1.2 [requires: ovos-plugin-manager>=0.0.21,<2.0.0] -│ │ ├── ovos-gui-plugin-shell-companion==1.0.5 [requires: ovos-plugin-manager>=0.5.5,<2.0.0] -│ │ └── ovos-gui==1.3.4a1 [requires: ovos-plugin-manager>=0.5.5,<2.0.0] -│ ├── ovos-messagebus==0.0.10 [requires: ovos-bus-client>=0.0.7,<2.0.0] -│ ├── ovos-skill-homescreen==3.0.3 [requires: ovos-bus-client>=1.0.0,<2.0.0] -│ ├── ovos-common-query-pipeline-plugin==1.1.8 [requires: ovos-bus-client] -│ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos-bus-client>=0.1.0] -│ ├── ovos-skill-news==0.4.5 [requires: ovos-bus-client>=0.0.9,<2.0.0] -│ ├── ovos-skill-pyradios==0.1.5 [requires: ovos-bus-client>=0.0.9] -│ ├── ovos-skill-laugh==0.2.3 [requires: ovos-bus-client>=1.0.1] -│ ├── ovos-skill-iss-location==0.2.16 [requires: ovos-bus-client>=1.0.1] -│ ├── ovos-PHAL-plugin-alsa==0.1.4 [requires: ovos-bus-client>=0.0.4,<2.0.0] -│ ├── ovos-PHAL-plugin-system==1.3.3 [requires: ovos-bus-client>=1.1.0,<2.0.0] -│ ├── ovos-dinkum-listener==0.4.2a1 [requires: ovos-bus-client>=1.3.4,<2.0.0] -│ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos-bus-client>=0.0.9] -│ ├── ovos-skill-local-media==0.2.12 [requires: ovos-bus-client>=0.0.9,<2.0.0] -│ ├── ovos-skill-alerts==0.1.27 [requires: ovos-bus-client>=0.0.3,<2.0.0] -│ ├── ovos-phal-plugin-connectivity-events==0.1.2 [requires: ovos-bus-client>=0.0.3,<2.0.0] -│ ├── ovos-gui-plugin-shell-companion==1.0.5 [requires: ovos-bus-client>=0.0.8,<2.0.0] -│ └── ovos-gui==1.3.4a1 [requires: ovos-bus-client>=1.0.0,<2.0.0] -├── ovos-m2v-pipeline==0.0.6 [requires: ovos-config] -├── ovos-plugin-manager==1.0.3 [requires: ovos-config>=0.0.12,<2.0.0] -│ ├── ovos-PHAL-plugin-wallpaper-manager==0.2.5 [requires: ovos-plugin-manager>=0.0.23,<2.0.0] -│ ├── ovos-plugin-common-play==1.2.1 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ ├── ovos-vad-plugin-silero==0.0.5 [requires: ovos-plugin-manager>=0.0.11,<2.0.0] +│ │ ├── ovos_ww_plugin_precise_onnx==0.1.0 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos-PHAL-plugin-balena-wifi==1.2.2 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] +│ │ ├── ovos-tts-plugin-edge-tts==0.2.2 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ │ ├── ovos_ocp_pipeline_plugin==1.1.18 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos_stt_plugin_wav2vec==0.3.3a1 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ │ ├── ovos-stt-plugin-mms==0.2.0 [requires: ovos_stt_plugin_wav2vec>=0.3.0,<1.0.0] +│ │ │ └── ovos-stt-plugin-nos==0.2.0 [requires: ovos_stt_plugin_wav2vec>=0.3.0,<1.0.0] +│ │ ├── ovos-PHAL-plugin-mk2-fan-control==0.0.1 [requires: ovos-plugin-manager>=0.0.1] +│ │ ├── ovos-stt-plugin-fasterwhisper==0.0.1a8 [requires: ovos-plugin-manager>=0.0.23a10] +│ │ ├── ovos_phal_plugin_connectivity_events==0.1.3 [requires: ovos-plugin-manager>=0.0.21,<3.0.0] +│ │ ├── ovos-stt-plugin-whisper==0.1.4 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ ├── ovos_solver_failure_plugin==0.0.3 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ │ └── ovos_persona==0.6.24 [requires: ovos_solver_failure_plugin] +│ │ ├── ovos_tts_plugin_server==0.0.5a1 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos-stt-plugin-nos==0.2.0 [requires: ovos-plugin-manager>=0.0.24] +│ │ ├── ovos-tts-plugin-pico==0.0.4a2 [requires: ovos-plugin-manager>=0.0.1a12] +│ │ └── ovos_utterance_corrections_plugin==0.1.2 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ ├── ovos_plugin_common_play==1.2.2a1 [requires: ovos_bus_client>=0.0.7,<2.0.0] +│ ├── ovos_PHAL_plugin_alsa==0.1.5 [requires: ovos_bus_client>=0.0.4,<2.0.0] +│ ├── ovos-skill-alerts==0.1.28a1 [requires: ovos_bus_client>=0.0.3,<2.0.0] +│ ├── ovos-dinkum-listener==0.5.1a1 [requires: ovos_bus_client>=1.3.4,<2.0.0] +│ ├── ovos-skill-iss-location==0.2.16 [requires: ovos_bus_client>=1.0.1] +│ ├── ovos_PHAL==0.2.11 [requires: ovos_bus_client>=0.0.8,<2.0.0] +│ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos_bus_client>=0.1.0] +│ ├── ovos_gui_plugin_shell_companion==1.0.6 [requires: ovos_bus_client>=0.0.8,<2.0.0] +│ ├── ovos-skill-homescreen==3.0.3 [requires: ovos_bus_client>=1.0.0,<2.0.0] +│ ├── ovos-PHAL-plugin-balena-wifi==1.2.2 [requires: ovos_bus_client>=0.0.6,<2.0.0] +│ ├── ovos-skill-news==0.4.6a1 [requires: ovos_bus_client>=0.0.9,<2.0.0] +│ ├── ovos_phal_plugin_connectivity_events==0.1.3 [requires: ovos_bus_client>=0.0.3,<2.0.0] +│ ├── ovos_workshop==7.0.10a1 [requires: ovos_bus_client>=1.3.8a1,<2.0.0] +│ │ ├── ovos-skill-fallback-unknown==0.1.9 [requires: ovos_workshop>=6.0.0,<8.0.0] +│ │ ├── ovos-skill-parrot==0.1.26a1 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ ├── ovos-skill-speedtest==0.3.7a2 [requires: ovos_workshop>=0.0.12,<8.0.0] +│ │ ├── ovos-skill-icanhazdadjokes==0.3.7 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos_padatious==1.4.3 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos-skill-screenshot==0.0.8a3 [requires: ovos_workshop] +│ │ ├── ovos_common_query_pipeline_plugin==1.1.9 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos_core==2.1.2a1 [requires: ovos_workshop>=7.0.6,<9.0.0] +│ │ │ └── ovoscope==0.7.2 [requires: ovos_core>=2.0.4a2] +│ │ ├── ovos-skill-laugh==0.2.3 [requires: ovos_workshop] +│ │ ├── ovos-skill-fuster-quotes==0.0.4 [requires: ovos_workshop] +│ │ ├── ovos-skill-local-media==0.2.13a1 [requires: ovos_workshop>=2.4.0,<8.0.0] +│ │ ├── ovos-skill-pyradios==0.1.5 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ ├── ovos_skill_ddg==0.3.6 [requires: ovos_workshop>=3.4.0,<8.0.0] +│ │ ├── ovos-skill-date-time==1.1.6a1 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ ├── ovos_skill_wordnet==0.2.7a1 [requires: ovos_workshop>=3.3.0,<8.0.0] +│ │ ├── ovos-skill-naptime==0.3.16a2 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-ip==0.2.8 [requires: ovos_workshop] +│ │ ├── ovos_m2v_pipeline==0.0.7 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos-skill-weather==1.0.8a3 [requires: ovos_workshop>=2.2.0,<8.0.0] +│ │ ├── ovos_adapt_parser==1.0.9 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos-skill-personal==0.1.20a3 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-cmd==0.2.11 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-diagnostics==0.0.9a1 [requires: ovos_workshop>=0.0.12] +│ │ ├── ovos_plugin_common_play==1.2.2a1 [requires: ovos_workshop>=2.4.2,<8.0.0] +│ │ ├── ovos-skill-volume==0.1.17a3 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-number-facts==0.1.12 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-randomness==0.1.2 [requires: ovos_workshop] +│ │ ├── ovos-skill-alerts==0.1.28a1 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ ├── ovos-skill-iss-location==0.2.16 [requires: ovos_workshop>=0.0.12,<8.0.0] +│ │ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos_workshop>=0.0.16] +│ │ ├── ovos-skill-application-launcher==0.5.15a1 [requires: ovos_workshop>=6.0.0,<8.0.0] +│ │ ├── ovos-skill-dictation==0.2.20a3 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ ├── ovos-skill-homescreen==3.0.3 [requires: ovos_workshop>=2.4.0,<8.0.0] +│ │ ├── ovos-skill-wikihow==0.3.3 [requires: ovos_workshop>=3.4.0a1,<8.0.0] +│ │ ├── ovos-skill-word-of-the-day==0.2.0 [requires: ovos_workshop] +│ │ ├── ovos-skill-wolfie==0.5.8 [requires: ovos_workshop>=3.4.0a1,<8.0.0] +│ │ ├── ovos-skill-color-picker==0.0.7 [requires: ovos_workshop] +│ │ ├── ovos-skill-news==0.4.6a1 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ ├── ovos_ocp_pipeline_plugin==1.1.18 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-camera==1.0.5a7 [requires: ovos_workshop>=0.0.12] +│ │ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ ├── ovos-skill-wikipedia==0.8.13 [requires: ovos_workshop>=3.4.0,<8.0.0] +│ │ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos_workshop>=0.0.11,<8.0.0] +│ │ └── ovos-skill-days-in-history==0.3.11 [requires: ovos_workshop>=3.1.0,<8.0.0] +│ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos_bus_client>=1.0.1] +│ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos_bus_client>=0.0.9] +│ ├── ovos-messagebus==0.0.11a1 [requires: ovos_bus_client>=0.0.7,<2.0.0] +│ └── ovos-mark1-utils==0.0.1 [requires: ovos_bus_client] +│ └── ovos-PHAL-plugin-mk1==0.1.3 [requires: ovos-mark1-utils>=0.0.1] +├── ovos-audio-transformer-plugin-speechbrain-langdetect==0.0.0a9 [requires: ovos-config>=0.0.12a3] +├── ovos_m2v_pipeline==0.0.7 [requires: ovos-config] +├── ovos_phal_plugin_ipgeo==0.1.7 [requires: ovos-config>=0.0.10] +├── ovos-plugin-manager==1.0.4a2 [requires: ovos-config>=0.0.12,<3.0.0] +│ ├── ovos-stt-plugin-citrinet==0.0.9 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ ├── ovos-ocp-m3u-plugin==0.0.2a2 [requires: ovos-plugin-manager] +│ │ └── ovos-ocp-news-plugin==0.1.2 [requires: ovos-ocp-m3u-plugin>=0.0.1,<1.0.0] +│ ├── ovos_tts_plugin_piper==0.2.5 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ ├── ovos_audio_plugin_simple==0.1.3 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ ├── ovos_wikipedia_solver==0.1.2 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos_wikipedia_solver>=0.0.1,<1.0.0] +│ ├── ovos-translate-plugin-nllb==0.0.0a4 [requires: ovos-plugin-manager>=0.0.1a2] +│ ├── ovos_gui==1.3.4 [requires: ovos-plugin-manager>=0.5.5,<3.0.0] +│ ├── ovos-tts-plugin-polly==0.2.1 [requires: ovos-plugin-manager>=0.0.1a13] +│ ├── ovos-vad-plugin-webrtcvad==0.0.1 [requires: ovos-plugin-manager>=0.0.11] +│ ├── ovos_audio==1.1.0 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ └── ovos-skill-laugh==0.2.3 [requires: ovos_audio] +│ ├── ovos_PHAL_plugin_system==1.3.4 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ ├── ovos_padatious==1.4.3 [requires: ovos-plugin-manager>=0.5.0,<3.0.0] +│ ├── ovos_common_query_pipeline_plugin==1.1.9 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ ├── ovos_core==2.1.2a1 [requires: ovos-plugin-manager>=1.0.3,<3.0.0] +│ │ └── ovoscope==0.7.2 [requires: ovos_core>=2.0.4a2] +│ ├── ovos-tts-plugin-google-tx==1.0.3 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ ├── ovos-skill-laugh==0.2.3 [requires: ovos-plugin-manager] +│ ├── ovos-stt-plugin-whispercpp==0.0.0a8 [requires: ovos-plugin-manager>=0.0.1] +│ ├── ovos-tts-plugin-ahotts==0.1.1 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ ├── ovos-dialog-normalizer-plugin==0.0.1 [requires: ovos-plugin-manager] +│ ├── ovos_ocp_rss_plugin==0.1.2 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ │ └── ovos-ocp-news-plugin==0.1.2 [requires: ovos_ocp_rss_plugin>=0.0.2,<1.0.0] +│ ├── ovos_media_plugin_chromecast==0.1.3 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ ├── ovos_skill_ddg==0.3.6 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ ├── ovos_microphone_plugin_alsa==0.1.3 [requires: ovos-plugin-manager>=0.0.23,<3.0.0] +│ ├── ovos_media_plugin_spotify==0.2.7 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ ├── ovos_tts_plugin_nos==0.7.5a1 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ ├── ovos-stt-plugin-azure==0.0.0a2 [requires: ovos-plugin-manager>=0.0.5] +│ ├── ovos_skill_wordnet==0.2.7a1 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ ├── ovos-tts-plugin-matxa-multispeaker-cat==0.0.1a5 [requires: ovos-plugin-manager>=0.0.5] +│ ├── ovos-audio-transformer-plugin-speechbrain-langdetect==0.0.0a9 [requires: ovos-plugin-manager] +│ ├── ovos_m2v_pipeline==0.0.7 [requires: ovos-plugin-manager>=0.5.0,<3.0.0] +│ ├── ovos-solver-bm25-plugin==0.0.1 [requires: ovos-plugin-manager>=0.8.5] +│ │ └── ovos_wikipedia_solver==0.1.2 [requires: ovos-solver-bm25-plugin>=0.0.1,<1.0.0] +│ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos_wikipedia_solver>=0.0.1,<1.0.0] +│ ├── ovos_phal_plugin_ipgeo==0.1.7 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ ├── ovos_tts_plugin_espeakng==0.0.2 [requires: ovos-plugin-manager>=0.0.1a12] +│ ├── ovos-utterance-normalizer==0.2.3 [requires: ovos-plugin-manager>=0.0.25,<3.0.0] +│ │ ├── ovos-skill-date-time==1.1.6a1 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ ├── ovos-skill-weather==1.0.8a3 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ ├── ovos-skill-volume==0.1.17a3 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ └── ovos-skill-alerts==0.1.28a1 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ ├── ovos_PHAL_plugin_wallpaper_manager==0.2.6 [requires: ovos-plugin-manager>=0.0.23,<3.0.0] │ ├── ovos-solver-yes-no-plugin==0.2.9a3 [requires: ovos-plugin-manager] -│ │ └── ovos-workshop==7.0.6 [requires: ovos-solver-yes-no-plugin>=0.0.1,<1.0.0] -│ │ ├── ovos-plugin-common-play==1.2.1 [requires: ovos-workshop>=2.4.2,<8.0.0] -│ │ ├── ovos-skill-application-launcher==0.5.14 [requires: ovos-workshop>=6.0.0,<8.0.0] -│ │ ├── ovos-skill-date-time==1.1.4 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ ├── ovos-skill-naptime==0.3.15 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-volume==0.1.16 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-core==2.0.4a3 [requires: ovos-workshop>=7.0.5,<8.0.0] -│ │ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-word-of-the-day==0.2.0 [requires: ovos-workshop] -│ │ ├── ovos-skill-days-in-history==0.3.11 [requires: ovos-workshop>=3.1.0,<8.0.0] -│ │ ├── ovos-skill-weather==1.0.5a1 [requires: ovos-workshop>=2.2.0,<8.0.0] -│ │ ├── ovos-skill-speedtest==0.3.6 [requires: ovos-workshop>=0.0.12,<8.0.0] -│ │ ├── ovos-skill-randomness==0.1.2 [requires: ovos-workshop] -│ │ ├── ovos-skill-fallback-unknown==0.1.9 [requires: ovos-workshop>=6.0.0,<8.0.0] -│ │ ├── ovos-ocp-pipeline-plugin==1.1.16 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-skill-ddg==0.3.5 [requires: ovos-workshop>=3.4.0,<8.0.0] -│ │ ├── ovos-skill-fuster-quotes==0.0.4 [requires: ovos-workshop] -│ │ ├── ovos-adapt-parser==1.0.8 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-m2v-pipeline==0.0.6 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-skill-screenshot==0.0.7 [requires: ovos-workshop] -│ │ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos-workshop>=0.0.11,<8.0.0] -│ │ ├── ovos-skill-camera==1.0.5a3 [requires: ovos-workshop>=0.0.12] -│ │ ├── ovos-skill-number-facts==0.1.12 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-homescreen==3.0.3 [requires: ovos-workshop>=2.4.0,<8.0.0] -│ │ ├── ovos-common-query-pipeline-plugin==1.1.8 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos-workshop>=0.0.16] -│ │ ├── ovos-skill-news==0.4.5 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ ├── ovos-skill-pyradios==0.1.5 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ ├── ovos-skill-wordnet==0.2.5 [requires: ovos-workshop>=3.3.0,<8.0.0] -│ │ ├── ovos-skill-laugh==0.2.3 [requires: ovos-workshop] -│ │ ├── ovos-skill-diagnostics==0.0.8 [requires: ovos-workshop>=0.0.12] -│ │ ├── ovos-skill-icanhazdadjokes==0.3.7 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-iss-location==0.2.16 [requires: ovos-workshop>=0.0.12,<8.0.0] -│ │ ├── ovos-skill-wolfie==0.5.8 [requires: ovos-workshop>=3.4.0a1,<8.0.0] -│ │ ├── ovos-skill-wikipedia==0.8.13 [requires: ovos-workshop>=3.4.0,<8.0.0] -│ │ ├── ovos-skill-parrot==0.1.25 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos-workshop>=0.0.16,<8.0.0] -│ │ ├── ovos-skill-cmd==0.2.11 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-personal==0.1.19 [requires: ovos-workshop>=0.0.15,<8.0.0] -│ │ ├── ovos-skill-local-media==0.2.12 [requires: ovos-workshop>=2.4.0,<8.0.0] -│ │ ├── ovos-skill-alerts==0.1.27 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ ├── ovos-skill-dictation==0.2.19 [requires: ovos-workshop>=7.0.0,<8.0.0] -│ │ ├── ovos-skill-color-picker==0.0.7 [requires: ovos-workshop] -│ │ ├── ovos-padatious==1.4.2 [requires: ovos-workshop>=0.1.7,<8.0.0] -│ │ ├── ovos-skill-ip==0.2.8 [requires: ovos-workshop] -│ │ └── ovos-skill-wikihow==0.3.3 [requires: ovos-workshop>=3.4.0a1,<8.0.0] -│ ├── ovos-utterance-normalizer==0.2.2 [requires: ovos-plugin-manager>=0.0.25,<2.0.0] -│ │ ├── ovos-skill-date-time==1.1.4 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] -│ │ ├── ovos-skill-volume==0.1.16 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] -│ │ ├── ovos-skill-weather==1.0.5a1 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] -│ │ └── ovos-skill-alerts==0.1.27 [requires: ovos-utterance-normalizer>=0.0.1,<1.0.0] +│ │ └── ovos_workshop==7.0.10a1 [requires: ovos-solver-yes-no-plugin>=0.0.1,<1.0.0] +│ │ ├── ovos-skill-fallback-unknown==0.1.9 [requires: ovos_workshop>=6.0.0,<8.0.0] +│ │ ├── ovos-skill-parrot==0.1.26a1 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ ├── ovos-skill-speedtest==0.3.7a2 [requires: ovos_workshop>=0.0.12,<8.0.0] +│ │ ├── ovos-skill-icanhazdadjokes==0.3.7 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos_padatious==1.4.3 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos-skill-screenshot==0.0.8a3 [requires: ovos_workshop] +│ │ ├── ovos_common_query_pipeline_plugin==1.1.9 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos_core==2.1.2a1 [requires: ovos_workshop>=7.0.6,<9.0.0] +│ │ │ └── ovoscope==0.7.2 [requires: ovos_core>=2.0.4a2] +│ │ ├── ovos-skill-laugh==0.2.3 [requires: ovos_workshop] +│ │ ├── ovos-skill-fuster-quotes==0.0.4 [requires: ovos_workshop] +│ │ ├── ovos-skill-local-media==0.2.13a1 [requires: ovos_workshop>=2.4.0,<8.0.0] +│ │ ├── ovos-skill-pyradios==0.1.5 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ ├── ovos_skill_ddg==0.3.6 [requires: ovos_workshop>=3.4.0,<8.0.0] +│ │ ├── ovos-skill-date-time==1.1.6a1 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ ├── ovos_skill_wordnet==0.2.7a1 [requires: ovos_workshop>=3.3.0,<8.0.0] +│ │ ├── ovos-skill-naptime==0.3.16a2 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-ip==0.2.8 [requires: ovos_workshop] +│ │ ├── ovos_m2v_pipeline==0.0.7 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos-skill-weather==1.0.8a3 [requires: ovos_workshop>=2.2.0,<8.0.0] +│ │ ├── ovos_adapt_parser==1.0.9 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos-skill-personal==0.1.20a3 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-cmd==0.2.11 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-diagnostics==0.0.9a1 [requires: ovos_workshop>=0.0.12] +│ │ ├── ovos_plugin_common_play==1.2.2a1 [requires: ovos_workshop>=2.4.2,<8.0.0] +│ │ ├── ovos-skill-volume==0.1.17a3 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-number-facts==0.1.12 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-randomness==0.1.2 [requires: ovos_workshop] +│ │ ├── ovos-skill-alerts==0.1.28a1 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ ├── ovos-skill-iss-location==0.2.16 [requires: ovos_workshop>=0.0.12,<8.0.0] +│ │ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos_workshop>=0.0.16] +│ │ ├── ovos-skill-application-launcher==0.5.15a1 [requires: ovos_workshop>=6.0.0,<8.0.0] +│ │ ├── ovos-skill-dictation==0.2.20a3 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ │ ├── ovos-skill-homescreen==3.0.3 [requires: ovos_workshop>=2.4.0,<8.0.0] +│ │ ├── ovos-skill-wikihow==0.3.3 [requires: ovos_workshop>=3.4.0a1,<8.0.0] +│ │ ├── ovos-skill-word-of-the-day==0.2.0 [requires: ovos_workshop] +│ │ ├── ovos-skill-wolfie==0.5.8 [requires: ovos_workshop>=3.4.0a1,<8.0.0] +│ │ ├── ovos-skill-color-picker==0.0.7 [requires: ovos_workshop] +│ │ ├── ovos-skill-news==0.4.6a1 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ ├── ovos_ocp_pipeline_plugin==1.1.18 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ │ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ │ ├── ovos-skill-camera==1.0.5a7 [requires: ovos_workshop>=0.0.12] +│ │ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ │ ├── ovos-skill-wikipedia==0.8.13 [requires: ovos_workshop>=3.4.0,<8.0.0] +│ │ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos_workshop>=0.0.11,<8.0.0] +│ │ └── ovos-skill-days-in-history==0.3.11 [requires: ovos_workshop>=3.1.0,<8.0.0] +│ ├── ovos_translate_server_plugin==0.0.5 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos_skill_ddg==0.3.6 [requires: ovos_translate_server_plugin] +│ │ └── ovos_skill_wordnet==0.2.7a1 [requires: ovos_translate_server_plugin] +│ ├── ovos_ww_plugin_vosk==0.1.8 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ ├── ovos_adapt_parser==1.0.9 [requires: ovos-plugin-manager>=0.5.0,<3.0.0] +│ ├── ovos_stt_plugin_server==0.1.3 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ ├── ovos-vad-plugin-silero==0.0.6a1 [requires: ovos-plugin-manager>=0.0.11,<2.0.0] +│ ├── ovos_ocp_youtube_plugin==0.0.6 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ ├── ovos_plugin_common_play==1.2.2a1 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ ├── ovos_PHAL_plugin_alsa==0.1.5 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ ├── ovos-tts-plugin-cotovia==0.4.3 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ ├── ovos-dinkum-listener==0.5.1a1 [requires: ovos-plugin-manager>=1.0.2,<3.0.0] +│ ├── ovos_PHAL==0.2.11 [requires: ovos-plugin-manager>=0.0.25,<3.0.0] +│ ├── ovos-stt-plugin-chromium==0.1.2 [requires: ovos-plugin-manager>=0.0.1a7] +│ ├── ovos-stt-plugin-whisper-lm==0.0.5 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ ├── ovos_wolfram_alpha_solver==0.0.4 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ └── ovos-skill-wolfie==0.5.8 [requires: ovos_wolfram_alpha_solver>=0.0.2,<1.0.0] +│ ├── ovos-tts-plugin-mimic==0.2.9a2 [requires: ovos-plugin-manager>=0.0.5] +│ ├── ovos-PHAL-plugin-hotkeys==0.1.1 [requires: ovos-plugin-manager>=0.0.1] +│ ├── ovos-PHAL-plugin-mk1==0.1.3 [requires: ovos-plugin-manager>=0.0.24] +│ ├── ovos-lang-detector-fasttext-plugin==0.1.1 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ ├── ovos_gui_plugin_shell_companion==1.0.6 [requires: ovos-plugin-manager>=0.5.5,<3.0.0] +│ ├── ovos_persona==0.6.24 [requires: ovos-plugin-manager>=0.8.3,<3.0.0] +│ ├── ovos-stt-plugin-mms==0.2.0 [requires: ovos-plugin-manager>=0.0.24] +│ ├── ovos-tts-plugin-beepspeak==0.0.1a1 [requires: ovos-plugin-manager>=0.0.1a4] │ ├── ovos-PHAL-plugin-network-manager==1.0.1a2 [requires: ovos-plugin-manager>=0.0.1] -│ ├── ovos-translate-server-plugin==0.0.4 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ │ ├── ovos-skill-ddg==0.3.5 [requires: ovos-translate-server-plugin] -│ │ └── ovos-skill-wordnet==0.2.5 [requires: ovos-translate-server-plugin] -│ ├── ovos-tts-plugin-server==0.0.4 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ ├── ovos-core==2.0.4a3 [requires: ovos-plugin-manager>=1.0.3,<2.0.0] -│ ├── ovos-utterance-corrections-plugin==0.1.1 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ ├── ovos-persona==0.6.23 [requires: ovos-plugin-manager>=0.8.3,<2.0.0] -│ ├── ovos-phal-plugin-ipgeo==0.1.6 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ ├── ovos-ww-plugin-precise-lite==0.1.6 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] │ ├── ovos-audio-plugin-mpv==0.2.1 [requires: ovos-plugin-manager>=0.0.26a29] -│ ├── ovos-PHAL-plugin-mk1==0.1.3 [requires: ovos-plugin-manager>=0.0.24] -│ ├── ovos-audio==1.0.2a1 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ └── ovos-skill-laugh==0.2.3 [requires: ovos-audio] -│ ├── ovos-PHAL==0.2.10 [requires: ovos-plugin-manager>=0.0.25,<2.0.0] -│ ├── ovos-wikipedia-solver==0.1.1 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos-wikipedia-solver>=0.0.1,<1.0.0] -│ ├── ovos-ocp-pipeline-plugin==1.1.16 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ ├── ovos-skill-ddg==0.3.5 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] +│ ├── ovos-ocp-news-plugin==0.1.2 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +│ ├── ovos_microphone_plugin_sounddevice==0.0.2 [requires: ovos-plugin-manager>=0.0.23,<3.0.0] +│ ├── ovos-stt-plugin-vosk==0.2.5 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] │ ├── ovos-PHAL-plugin-wifi-setup==1.1.1a1 [requires: ovos-plugin-manager>=0.0.1] -│ ├── ovos-dialog-normalizer-plugin==0.0.1 [requires: ovos-plugin-manager] -│ ├── ovos-PHAL-plugin-balena-wifi==1.2.2 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ ├── ovos-PHAL-plugin-hotkeys==0.1.1 [requires: ovos-plugin-manager>=0.0.1] -│ ├── ovos-ww-plugin-vosk==0.1.7 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ ├── ovos-adapt-parser==1.0.8 [requires: ovos-plugin-manager>=0.5.0,<2.0.0] -│ ├── ovos-m2v-pipeline==0.0.6 [requires: ovos-plugin-manager>=0.5.0,<2.0.0] -│ ├── ovos-media-plugin-spotify==0.2.6 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ ├── ovos-ocp-rss-plugin==0.1.1 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ │ └── ovos-ocp-news-plugin==0.1.1 [requires: ovos-ocp-rss-plugin>=0.0.2,<1.0.0] -│ ├── ovos-microphone-plugin-sounddevice==0.0.1 [requires: ovos-plugin-manager>=0.0.23,<2.0.0] -│ ├── ovos-microphone-plugin-alsa==0.1.2 [requires: ovos-plugin-manager>=0.0.23,<2.0.0] -│ ├── ovos-stt-plugin-chromium==0.1.2 [requires: ovos-plugin-manager>=0.0.1a7] -│ ├── ovos-openai-plugin==2.0.3 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ └── ovos-persona==0.6.23 [requires: ovos-openai-plugin>=2.0.0,<3.0.0] -│ ├── ovos-media-plugin-chromecast==0.1.2 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ ├── ovos-common-query-pipeline-plugin==1.1.8 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ ├── ovos-ocp-news-plugin==0.1.1 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ ├── ovos-solver-bm25-plugin==0.0.1 [requires: ovos-plugin-manager>=0.8.5] -│ │ └── ovos-wikipedia-solver==0.1.1 [requires: ovos-solver-bm25-plugin>=0.0.1,<1.0.0] -│ │ └── ovos-skill-wikipedia==0.8.13 [requires: ovos-wikipedia-solver>=0.0.1,<1.0.0] -│ ├── ovos-ocp-youtube-plugin==0.0.5 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ ├── ovos-skill-wordnet==0.2.5 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ ├── ovos-skill-laugh==0.2.3 [requires: ovos-plugin-manager] -│ ├── ovos-stt-plugin-server==0.1.2 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] -│ ├── ovos-PHAL-plugin-alsa==0.1.4 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ ├── ovos-PHAL-plugin-system==1.3.3 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ ├── ovos-dinkum-listener==0.4.2a1 [requires: ovos-plugin-manager>=1.0.2,<2.0.0] -│ ├── ovos-wolfram-alpha-solver==0.0.3 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ └── ovos-skill-wolfie==0.5.8 [requires: ovos-wolfram-alpha-solver>=0.0.2,<1.0.0] -│ ├── ovos-solver-failure-plugin==0.0.2 [requires: ovos-plugin-manager>=0.0.26,<2.0.0] -│ │ └── ovos-persona==0.6.23 [requires: ovos-solver-failure-plugin] -│ ├── ovos-padatious==1.4.2 [requires: ovos-plugin-manager>=0.5.0,<2.0.0] +│ ├── ovos_openai_plugin==2.0.6 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ └── ovos_persona==0.6.24 [requires: ovos_openai_plugin>=2.0.0,<3.0.0] │ ├── ovos-vad-plugin-noise==0.1.2 [requires: ovos-plugin-manager>=0.0.11,<2.0.0] -│ ├── ovos-audio-plugin-simple==0.1.2 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] -│ ├── ovos-ocp-m3u-plugin==0.0.2a2 [requires: ovos-plugin-manager] -│ │ └── ovos-ocp-news-plugin==0.1.1 [requires: ovos-ocp-m3u-plugin>=0.0.1,<1.0.0] -│ ├── ovos-phal-plugin-connectivity-events==0.1.2 [requires: ovos-plugin-manager>=0.0.21,<2.0.0] -│ ├── ovos-gui-plugin-shell-companion==1.0.5 [requires: ovos-plugin-manager>=0.5.5,<2.0.0] -│ └── ovos-gui==1.3.4a1 [requires: ovos-plugin-manager>=0.5.5,<2.0.0] -├── ovos-messagebus==0.0.10 [requires: ovos-config>=0.0.12,<2.0.0] -├── ovos-common-query-pipeline-plugin==1.1.8 [requires: ovos-config] -├── ovos-skill-wordnet==0.2.5 [requires: ovos-config>=0.0.11,<2.0.0] -├── ovos-PHAL-plugin-system==1.3.3 [requires: ovos-config>=0.0.5,<2.0.0] +│ ├── ovos_ww_plugin_precise_onnx==0.1.0 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ ├── ovos-PHAL-plugin-balena-wifi==1.2.2 [requires: ovos-plugin-manager>=0.0.1,<2.0.0] +│ ├── ovos-tts-plugin-edge-tts==0.2.2 [requires: ovos-plugin-manager>=1.0.0,<2.0.0] +│ ├── ovos_ocp_pipeline_plugin==1.1.18 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ ├── ovos_stt_plugin_wav2vec==0.3.3a1 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ │ ├── ovos-stt-plugin-mms==0.2.0 [requires: ovos_stt_plugin_wav2vec>=0.3.0,<1.0.0] +│ │ └── ovos-stt-plugin-nos==0.2.0 [requires: ovos_stt_plugin_wav2vec>=0.3.0,<1.0.0] +│ ├── ovos-PHAL-plugin-mk2-fan-control==0.0.1 [requires: ovos-plugin-manager>=0.0.1] +│ ├── ovos-stt-plugin-fasterwhisper==0.0.1a8 [requires: ovos-plugin-manager>=0.0.23a10] +│ ├── ovos_phal_plugin_connectivity_events==0.1.3 [requires: ovos-plugin-manager>=0.0.21,<3.0.0] +│ ├── ovos-stt-plugin-whisper==0.1.4 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ ├── ovos_solver_failure_plugin==0.0.3 [requires: ovos-plugin-manager>=0.0.26,<3.0.0] +│ │ └── ovos_persona==0.6.24 [requires: ovos_solver_failure_plugin] +│ ├── ovos_tts_plugin_server==0.0.5a1 [requires: ovos-plugin-manager>=1.0.0,<3.0.0] +│ ├── ovos-stt-plugin-nos==0.2.0 [requires: ovos-plugin-manager>=0.0.24] +│ ├── ovos-tts-plugin-pico==0.0.4a2 [requires: ovos-plugin-manager>=0.0.1a12] +│ └── ovos_utterance_corrections_plugin==0.1.2 [requires: ovos-plugin-manager>=0.0.1,<3.0.0] +├── ovos-dinkum-listener==0.5.1a1 [requires: ovos-config>=1.2.2,<3.0.0] +├── ovos_PHAL==0.2.11 [requires: ovos-config>=0.0.12,<3.0.0] ├── ovos-skill-wolfie==0.5.8 [requires: ovos-config>=0.0.12] -├── ovos-dinkum-listener==0.4.2a1 [requires: ovos-config>=1.2.2,<2.0.0] -└── ovos-gui==1.3.4a1 [requires: ovos-config>=0.0.12,<3.0.0] +├── ovos-yaml-editor==0.0.3a1 [requires: ovos-config] +├── ovos_workshop==7.0.10a1 [requires: ovos-config>=0.0.12,<3.0.0] +│ ├── ovos-skill-fallback-unknown==0.1.9 [requires: ovos_workshop>=6.0.0,<8.0.0] +│ ├── ovos-skill-parrot==0.1.26a1 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ ├── ovos-skill-speedtest==0.3.7a2 [requires: ovos_workshop>=0.0.12,<8.0.0] +│ ├── ovos-skill-icanhazdadjokes==0.3.7 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ ├── ovos_padatious==1.4.3 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ ├── ovos-skill-screenshot==0.0.8a3 [requires: ovos_workshop] +│ ├── ovos_common_query_pipeline_plugin==1.1.9 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ ├── ovos_core==2.1.2a1 [requires: ovos_workshop>=7.0.6,<9.0.0] +│ │ └── ovoscope==0.7.2 [requires: ovos_core>=2.0.4a2] +│ ├── ovos-skill-laugh==0.2.3 [requires: ovos_workshop] +│ ├── ovos-skill-fuster-quotes==0.0.4 [requires: ovos_workshop] +│ ├── ovos-skill-local-media==0.2.13a1 [requires: ovos_workshop>=2.4.0,<8.0.0] +│ ├── ovos-skill-pyradios==0.1.5 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ ├── ovos_skill_ddg==0.3.6 [requires: ovos_workshop>=3.4.0,<8.0.0] +│ ├── ovos-skill-date-time==1.1.6a1 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ ├── ovos_skill_wordnet==0.2.7a1 [requires: ovos_workshop>=3.3.0,<8.0.0] +│ ├── ovos-skill-naptime==0.3.16a2 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ ├── ovos-skill-ip==0.2.8 [requires: ovos_workshop] +│ ├── ovos_m2v_pipeline==0.0.7 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ ├── ovos-skill-weather==1.0.8a3 [requires: ovos_workshop>=2.2.0,<8.0.0] +│ ├── ovos_adapt_parser==1.0.9 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ ├── ovos-skill-personal==0.1.20a3 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ ├── ovos-skill-cmd==0.2.11 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ ├── ovos-skill-diagnostics==0.0.9a1 [requires: ovos_workshop>=0.0.12] +│ ├── ovos_plugin_common_play==1.2.2a1 [requires: ovos_workshop>=2.4.2,<8.0.0] +│ ├── ovos-skill-volume==0.1.17a3 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ ├── ovos-skill-number-facts==0.1.12 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ ├── ovos-skill-randomness==0.1.2 [requires: ovos_workshop] +│ ├── ovos-skill-alerts==0.1.28a1 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ ├── ovos-skill-iss-location==0.2.16 [requires: ovos_workshop>=0.0.12,<8.0.0] +│ ├── ovos-skill-somafm==0.1.6a1 [requires: ovos_workshop>=0.0.16] +│ ├── ovos-skill-application-launcher==0.5.15a1 [requires: ovos_workshop>=6.0.0,<8.0.0] +│ ├── ovos-skill-dictation==0.2.20a3 [requires: ovos_workshop>=7.0.0,<8.0.0] +│ ├── ovos-skill-homescreen==3.0.3 [requires: ovos_workshop>=2.4.0,<8.0.0] +│ ├── ovos-skill-wikihow==0.3.3 [requires: ovos_workshop>=3.4.0a1,<8.0.0] +│ ├── ovos-skill-word-of-the-day==0.2.0 [requires: ovos_workshop] +│ ├── ovos-skill-wolfie==0.5.8 [requires: ovos_workshop>=3.4.0a1,<8.0.0] +│ ├── ovos-skill-color-picker==0.0.7 [requires: ovos_workshop] +│ ├── ovos-skill-news==0.4.6a1 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ ├── ovos_ocp_pipeline_plugin==1.1.18 [requires: ovos_workshop>=0.1.7,<8.0.0] +│ ├── ovos-skill-confucius-quotes==0.1.13 [requires: ovos_workshop>=0.0.15,<8.0.0] +│ ├── ovos-skill-camera==1.0.5a7 [requires: ovos_workshop>=0.0.12] +│ ├── ovos-skill-youtube-music==0.1.7 [requires: ovos_workshop>=0.0.16,<8.0.0] +│ ├── ovos-skill-wikipedia==0.8.13 [requires: ovos_workshop>=3.4.0,<8.0.0] +│ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos_workshop>=0.0.11,<8.0.0] +│ └── ovos-skill-days-in-history==0.3.11 [requires: ovos_workshop>=3.1.0,<8.0.0] +├── ovos-date-parser==0.7.0a1 [requires: ovos-config] +│ ├── ovos_skill_ddg==0.3.6 [requires: ovos-date-parser] +│ ├── ovos-skill-date-time==1.1.6a1 [requires: ovos-date-parser>=0.0.1,<1.0.0] +│ ├── ovos-skill-weather==1.0.8a3 [requires: ovos-date-parser>=0.0.2,<1.0.0] +│ ├── ovos-skill-number-facts==0.1.12 [requires: ovos-date-parser>=0.0.1,<1.0.0] +│ ├── ovos-skill-alerts==0.1.28a1 [requires: ovos-date-parser>=0.0.3,<1.0.0] +│ ├── ovos-skill-iss-location==0.2.16 [requires: ovos-date-parser>=0.0.3,<1.0.0] +│ ├── ovos-skill-homescreen==3.0.3 [requires: ovos-date-parser>=0.0.3,<1.0.0] +│ ├── ovos-skill-moviemaster==0.0.12 [requires: ovos-date-parser] +│ └── ovos-skill-days-in-history==0.3.11 [requires: ovos-date-parser>=0.0.3] +└── ovos-messagebus==0.0.11a1 [requires: ovos-config>=0.0.12,<3.0.0] diff --git a/ovos_config/__main__.py b/ovos_config/__main__.py index 68c87c1..fd414c0 100644 --- a/ovos_config/__main__.py +++ b/ovos_config/__main__.py @@ -176,7 +176,7 @@ def telemetry(enable, disable): @config.command() @click.option("--lang", "-l", required=True, help="the language code") -@click.option("--platform", "-p", required=False, type=click.Choice(["rpi3", "rpi4", "rpi5", "linux", "mac"]), +@click.option("--platform", "-p", required=False, type=click.Choice(["rpi3", "rpi4", "rpi5", "linux", "mac", "termux"]), help="optimize configuration for the selected platform") @click.option("--hybrid", "-hy", is_flag=True, help="set default offline TTS and online STT plugins") @click.option("--online", "-on", is_flag=True, help="set default online TTS and STT plugins") diff --git a/ovos_config/mycroft.conf b/ovos_config/mycroft.conf index 76c2905..4b1ef63 100644 --- a/ovos_config/mycroft.conf +++ b/ovos_config/mycroft.conf @@ -429,7 +429,21 @@ // if true, will remove silence from both ends of audio before sending it to STT "remove_silence": true, - // Voice Activity Detection is used to determine when speech ended + // wake word verifier plugins will double check a wake word prediction + // they are given a chance to reject wake word activations + "ww_verifiers": { + "ovos-ww-verifier-silero": { + "threshold": 0.1, + // does not make sense to enable if "vad_pre_wake_enabled" is set to true + "enabled": false + } + }, + + // If enabled will only check for wakeword if VAD also detected speech + // this should reduce false activations + "vad_pre_wake_enabled": true, + + // Voice Activity Detection is used to determine when users are speaking "VAD": { // silence method defined the main vad strategy // valid values: @@ -528,6 +542,15 @@ // Hotword configurations "hotwords": { "hey_mycroft": { + "module": "ovos-ww-plugin-precise-onnx", + "model": "https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.onnx", + "trigger_level": 3, + "sensitivity": 0.5, + "listen": true, + "fallback_ww": "hey_mycroft_tflite" + }, + // in case precise-onnx is not installed, attempt to use precise-lite + "hey_mycroft_tflite": { "module": "ovos-ww-plugin-precise-lite", "model": "https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite", "expected_duration": 3, diff --git a/ovos_config/recommends/base/ca-es.conf b/ovos_config/recommends/base/ca-es.conf index c7f3dc5..71c1997 100644 --- a/ovos_config/recommends/base/ca-es.conf +++ b/ovos_config/recommends/base/ca-es.conf @@ -6,6 +6,11 @@ "time_format": "full", "spoken_time_format": "half", "date_format": "DMY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-roberta-large-ca-v2-massive" + } + }, "listener": { "stand_up_word": "desperta" }, diff --git a/ovos_config/recommends/base/en-au.conf b/ovos_config/recommends/base/en-au.conf index c0de7b4..cffcd8d 100644 --- a/ovos_config/recommends/base/en-au.conf +++ b/ovos_config/recommends/base/en-au.conf @@ -5,5 +5,10 @@ "precipitation_unit": "mm", "time_format": "full", "spoken_time_format": "half", - "date_format": "DMY" + "date_format": "DMY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-potion-32M" + } + } } diff --git a/ovos_config/recommends/base/en-gb.conf b/ovos_config/recommends/base/en-gb.conf index 384512b..cffcd8d 100644 --- a/ovos_config/recommends/base/en-gb.conf +++ b/ovos_config/recommends/base/en-gb.conf @@ -1,10 +1,14 @@ { - "system_unit": "metric", "temperature_unit": "celsius", "windspeed_unit": "km/h", "precipitation_unit": "mm", "time_format": "full", "spoken_time_format": "half", - "date_format": "DMY" + "date_format": "DMY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-potion-32M" + } + } } diff --git a/ovos_config/recommends/base/en-us.conf b/ovos_config/recommends/base/en-us.conf index a851dc3..5ff696e 100644 --- a/ovos_config/recommends/base/en-us.conf +++ b/ovos_config/recommends/base/en-us.conf @@ -5,5 +5,10 @@ "windspeed_unit": "mph", "time_format": "half", "spoken_time_format": "half", - "date_format": "MDY" + "date_format": "MDY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-potion-32M" + } + } } diff --git a/ovos_config/recommends/base/es-es.conf b/ovos_config/recommends/base/es-es.conf index 1334224..1f96509 100644 --- a/ovos_config/recommends/base/es-es.conf +++ b/ovos_config/recommends/base/es-es.conf @@ -6,6 +6,11 @@ "time_format": "full", "spoken_time_format": "half", "date_format": "DMY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-roberta-large-bne" + } + }, "listener": { "stand_up_word": "despierta" }, diff --git a/ovos_config/recommends/base/eu-es.conf b/ovos_config/recommends/base/eu-es.conf index 5d36caf..a74bb99 100644 --- a/ovos_config/recommends/base/eu-es.conf +++ b/ovos_config/recommends/base/eu-es.conf @@ -7,6 +7,11 @@ "time_format": "full", "spoken_time_format": "half", "date_format": "DMY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-BERnaT-base" + } + }, "listener": { "stand_up_word": "esnatu" }, diff --git a/ovos_config/recommends/base/gl-es.conf b/ovos_config/recommends/base/gl-es.conf index f428d09..8750b55 100644 --- a/ovos_config/recommends/base/gl-es.conf +++ b/ovos_config/recommends/base/gl-es.conf @@ -6,6 +6,11 @@ "time_format": "full", "spoken_time_format": "half", "date_format": "DMY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-bertinho-gl-base-cased" + } + }, "listener": { "stand_up_word": "desperta" }, diff --git a/ovos_config/recommends/base/pt-br.conf b/ovos_config/recommends/base/pt-br.conf index 19ab73c..13ca540 100644 --- a/ovos_config/recommends/base/pt-br.conf +++ b/ovos_config/recommends/base/pt-br.conf @@ -6,6 +6,11 @@ "time_format": "full", "spoken_time_format": "half", "date_format": "DMY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-serafim-335m-portuguese-pt-sentence-encoder" + } + }, "listener": { "stand_up_word": "acorda" }, diff --git a/ovos_config/recommends/base/pt-pt.conf b/ovos_config/recommends/base/pt-pt.conf index 4e77871..92ea8a4 100644 --- a/ovos_config/recommends/base/pt-pt.conf +++ b/ovos_config/recommends/base/pt-pt.conf @@ -6,6 +6,11 @@ "time_format": "full", "spoken_time_format": "full", "date_format": "DMY", + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-serafim-335m-portuguese-pt-sentence-encoder" + } + }, "listener": { "stand_up_word": "acorda" }, diff --git a/ovos_config/recommends/gpu/pt-br.conf b/ovos_config/recommends/gpu/pt-br.conf new file mode 100644 index 0000000..fae142f --- /dev/null +++ b/ovos_config/recommends/gpu/pt-br.conf @@ -0,0 +1,16 @@ +{ + "stt": { + "module": "ovos-stt-plugin-fasterwhisper", + "fallback_module": "", + "ovos-stt-plugin-fasterwhisper": { + "model": "Jarbas/faster-whisper-large-pt-MyNorthAI", + "use_cuda": true, + "compute_type": "float16", + "beam_size": 5 + }, + "ovos-stt-plugin-whisper": { + "model": "my-north-ai/whisper-large-v3-pt", + "use_cuda": true + } + } +} diff --git a/ovos_config/recommends/gpu/pt-pt.conf b/ovos_config/recommends/gpu/pt-pt.conf index 038b7bc..fae142f 100644 --- a/ovos_config/recommends/gpu/pt-pt.conf +++ b/ovos_config/recommends/gpu/pt-pt.conf @@ -1,12 +1,16 @@ { "stt": { - "module": "ovos-stt-plugin-citrinet", + "module": "ovos-stt-plugin-fasterwhisper", "fallback_module": "", "ovos-stt-plugin-fasterwhisper": { "model": "Jarbas/faster-whisper-large-pt-MyNorthAI", "use_cuda": true, "compute_type": "float16", "beam_size": 5 + }, + "ovos-stt-plugin-whisper": { + "model": "my-north-ai/whisper-large-v3-pt", + "use_cuda": true } } } diff --git a/ovos_config/recommends/offline_female/ar-sa.conf b/ovos_config/recommends/offline_female/ar-sa.conf new file mode 100644 index 0000000..f14fad4 --- /dev/null +++ b/ovos_config/recommends/offline_female/ar-sa.conf @@ -0,0 +1,10 @@ +{ + "tts": { + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_ar-SA", + "model": "https://huggingface.co/OpenVoiceOS/phoonnx_ar-SA_dii_espeak/resolve/main/dii_ar-SA.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/phoonnx_ar-SA_dii_espeak/resolve/main/dii_ar-SA.piper.json" + } + } +} diff --git a/ovos_config/recommends/offline_female/ca-ba.conf b/ovos_config/recommends/offline_female/ca-ba.conf index 87c46e1..3d4a699 100644 --- a/ovos_config/recommends/offline_female/ca-ba.conf +++ b/ovos_config/recommends/offline_female/ca-ba.conf @@ -2,7 +2,7 @@ "tts": { "module": "ovos-tts-plugin-matxa-multispeaker-cat", "ovos-tts-plugin-matxa-multispeaker-cat": { - "voice": "balear/olga" + "voice": "balear/olga" } } } diff --git a/ovos_config/recommends/offline_female/ca-es.conf b/ovos_config/recommends/offline_female/ca-es.conf index 6c49a19..d36f402 100644 --- a/ovos_config/recommends/offline_female/ca-es.conf +++ b/ovos_config/recommends/offline_female/ca-es.conf @@ -2,7 +2,7 @@ "tts": { "module": "ovos-tts-plugin-matxa-multispeaker-cat", "ovos-tts-plugin-matxa-multispeaker-cat": { - "voice": "central/elia" + "voice": "central/elia" } } } diff --git a/ovos_config/recommends/offline_female/ca-nw.conf b/ovos_config/recommends/offline_female/ca-nw.conf index 6569105..1091b34 100644 --- a/ovos_config/recommends/offline_female/ca-nw.conf +++ b/ovos_config/recommends/offline_female/ca-nw.conf @@ -2,7 +2,7 @@ "tts": { "module": "ovos-tts-plugin-matxa-multispeaker-cat", "ovos-tts-plugin-matxa-multispeaker-cat": { - "voice": "nord-occidental/emma" + "voice": "nord-occidental/emma" } } } diff --git a/ovos_config/recommends/offline_female/ca-va.conf b/ovos_config/recommends/offline_female/ca-va.conf index 144675c..8f00c1d 100644 --- a/ovos_config/recommends/offline_female/ca-va.conf +++ b/ovos_config/recommends/offline_female/ca-va.conf @@ -2,7 +2,7 @@ "tts": { "module": "ovos-tts-plugin-matxa-multispeaker-cat", "ovos-tts-plugin-matxa-multispeaker-cat": { - "voice": "valencia/gina" + "voice": "valencia/gina" } } } diff --git a/ovos_config/recommends/offline_female/de-de.conf b/ovos_config/recommends/offline_female/de-de.conf index ac8de3a..2ae37ec 100644 --- a/ovos_config/recommends/offline_female/de-de.conf +++ b/ovos_config/recommends/offline_female/de-de.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "ramona-low" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_de-DE", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_de-DE_dii/resolve/main/dii_de-DE.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_de-DE_dii/resolve/main/dii_de-DE.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_female/en-gb.conf b/ovos_config/recommends/offline_female/en-gb.conf index 4f95a7f..c97603b 100644 --- a/ovos_config/recommends/offline_female/en-gb.conf +++ b/ovos_config/recommends/offline_female/en-gb.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "alba-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_en-GB", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii/resolve/main/dii_en-GB.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii/resolve/main/dii_en-GB.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_female/en-us.conf b/ovos_config/recommends/offline_female/en-us.conf index 922d4b8..c97603b 100644 --- a/ovos_config/recommends/offline_female/en-us.conf +++ b/ovos_config/recommends/offline_female/en-us.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "amy-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_en-GB", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii/resolve/main/dii_en-GB.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_en-GB_dii/resolve/main/dii_en-GB.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_female/es-es.conf b/ovos_config/recommends/offline_female/es-es.conf index 92e5e47..17b4d44 100644 --- a/ovos_config/recommends/offline_female/es-es.conf +++ b/ovos_config/recommends/offline_female/es-es.conf @@ -1,11 +1,11 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "sharvard-medium#F" - }, - "ovos-tts-plugin-ahotts": { - "lang": "es" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "sharvard-medium#F" + }, + "ovos-tts-plugin-ahotts": { + "lang": "es" + } } } diff --git a/ovos_config/recommends/offline_female/eu-es.conf b/ovos_config/recommends/offline_female/eu-es.conf index 74457c8..ff655e3 100644 --- a/ovos_config/recommends/offline_female/eu-es.conf +++ b/ovos_config/recommends/offline_female/eu-es.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-ahotts", - "ovos-tts-plugin-ahotts": { - "lang": "eu" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_eu-ES", + "model": "https://huggingface.co/OpenVoiceOS/phoonnx_eu-ES_dii_espeak/resolve/main/dii_eu-ES.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/phoonnx_eu-ES_dii_espeak/resolve/main/dii_eu-ES.piper.json" + } } } diff --git a/ovos_config/recommends/offline_female/fr-fr.conf b/ovos_config/recommends/offline_female/fr-fr.conf index bc3c336..170f862 100644 --- a/ovos_config/recommends/offline_female/fr-fr.conf +++ b/ovos_config/recommends/offline_female/fr-fr.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "siwis-low" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "siwis-low" + } } } diff --git a/ovos_config/recommends/offline_female/gl-es.conf b/ovos_config/recommends/offline_female/gl-es.conf index 1e5f406..0aab862 100644 --- a/ovos_config/recommends/offline_female/gl-es.conf +++ b/ovos_config/recommends/offline_female/gl-es.conf @@ -2,7 +2,7 @@ "tts": { "module": "ovos-tts-plugin-nos", "ovos-tts-plugin-nos": { - "voice": "celtia" + "voice": "celtia" } } } diff --git a/ovos_config/recommends/offline_female/it-it.conf b/ovos_config/recommends/offline_female/it-it.conf index 29f5d63..181c2cb 100644 --- a/ovos_config/recommends/offline_female/it-it.conf +++ b/ovos_config/recommends/offline_female/it-it.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "paola-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_it-IT", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_it-IT_dii/resolve/main/dii_it-IT.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_it-IT_dii/resolve/main/dii_it-IT.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_female/nl-nl.conf b/ovos_config/recommends/offline_female/nl-nl.conf index 43be3cb..5fc3079 100644 --- a/ovos_config/recommends/offline_female/nl-nl.conf +++ b/ovos_config/recommends/offline_female/nl-nl.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "nathalie-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_nl-NL", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_dii/resolve/main/dii_nl-NL.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_dii/resolve/main/dii_nl-NL.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_female/pt-br.conf b/ovos_config/recommends/offline_female/pt-br.conf new file mode 100644 index 0000000..ee1515c --- /dev/null +++ b/ovos_config/recommends/offline_female/pt-br.conf @@ -0,0 +1,10 @@ +{ + "tts": { + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_pt-BR", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_dii/resolve/main/dii_pt-BR.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_dii/resolve/main/dii_pt-BR.onnx.json" + } + } +} diff --git a/ovos_config/recommends/offline_female/pt-pt.conf b/ovos_config/recommends/offline_female/pt-pt.conf new file mode 100644 index 0000000..7721b70 --- /dev/null +++ b/ovos_config/recommends/offline_female/pt-pt.conf @@ -0,0 +1,10 @@ +{ + "tts": { + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "dii_pt-PT", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_dii/resolve/main/dii_pt-PT.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_dii/resolve/main/dii_pt-PT.onnx.json" + } + } +} diff --git a/ovos_config/recommends/offline_male/ar-sa.conf b/ovos_config/recommends/offline_male/ar-sa.conf new file mode 100644 index 0000000..8e8dd65 --- /dev/null +++ b/ovos_config/recommends/offline_male/ar-sa.conf @@ -0,0 +1,10 @@ +{ + "tts": { + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_ar-SA", + "model": "https://huggingface.co/OpenVoiceOS/phoonnx_ar-SA_miro_espeak_V2/resolve/main/miro_ar-SA.onnx.json", + "model_config": "https://huggingface.co/OpenVoiceOS/phoonnx_ar-SA_miro_espeak_V2/resolve/main/miro_ar-SA.piper.json" + } + } +} diff --git a/ovos_config/recommends/offline_male/da-dk.conf b/ovos_config/recommends/offline_male/da-dk.conf index cf2d175..f6fae17 100644 --- a/ovos_config/recommends/offline_male/da-dk.conf +++ b/ovos_config/recommends/offline_male/da-dk.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "talesyntese-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "talesyntese-medium" + } } } diff --git a/ovos_config/recommends/offline_male/de-de.conf b/ovos_config/recommends/offline_male/de-de.conf index 17b4288..f64cc69 100644 --- a/ovos_config/recommends/offline_male/de-de.conf +++ b/ovos_config/recommends/offline_male/de-de.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "thorsten-low" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_de-DE", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_de-DE_miro/resolve/main/miro_de-DE.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_de-DE_miro/resolve/main/miro_de-DE.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_male/en-gb.conf b/ovos_config/recommends/offline_male/en-gb.conf index 6013d61..88d77a4 100644 --- a/ovos_config/recommends/offline_male/en-gb.conf +++ b/ovos_config/recommends/offline_male/en-gb.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "alan-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_en-GB", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_en-GB_miro/resolve/main/miro_en-GB.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_en-GB_miro/resolve/main/miro_en-GB.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_male/en-us.conf b/ovos_config/recommends/offline_male/en-us.conf index d10f87c..05b0ee8 100644 --- a/ovos_config/recommends/offline_male/en-us.conf +++ b/ovos_config/recommends/offline_male/en-us.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "ryan-low" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_en-US", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_en-US_miro/resolve/main/miro_en-US.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_en-US_miro/resolve/main/miro_en-US.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_male/es-es.conf b/ovos_config/recommends/offline_male/es-es.conf index d9ce14a..2c8b24d 100644 --- a/ovos_config/recommends/offline_male/es-es.conf +++ b/ovos_config/recommends/offline_male/es-es.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "sharvard-medium#M" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_es-ES", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro/resolve/main/miro_es-ES.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_es-ES_miro/resolve/main/miro_es-ES.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_male/eu-es.conf b/ovos_config/recommends/offline_male/eu-es.conf new file mode 100644 index 0000000..3be8155 --- /dev/null +++ b/ovos_config/recommends/offline_male/eu-es.conf @@ -0,0 +1,10 @@ +{ + "tts": { + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_eu-ES", + "model": "https://huggingface.co/OpenVoiceOS/phoonnx_eu-ES_miro_espeak/resolve/main/miro_eu-ES.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/phoonnx_eu-ES_miro_espeak/resolve/main/miro_eu-ES.piper.json" + } + } +} diff --git a/ovos_config/recommends/offline_male/fr-fr.conf b/ovos_config/recommends/offline_male/fr-fr.conf index 70c7dae..d8ae6d9 100644 --- a/ovos_config/recommends/offline_male/fr-fr.conf +++ b/ovos_config/recommends/offline_male/fr-fr.conf @@ -1,10 +1,10 @@ { - - "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "gilles-low" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_fr-FR", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_fr-FR_miro/resolve/main/miro_fr-FR.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_fr-FR_miro/resolve/main/miro_fr-FR.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_male/gl-es.conf b/ovos_config/recommends/offline_male/gl-es.conf index 79290dc..93f579b 100644 --- a/ovos_config/recommends/offline_male/gl-es.conf +++ b/ovos_config/recommends/offline_male/gl-es.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-cotovia", - "ovos-tts-plugin-cotovia": { - "voice": "iago" - } + "module": "ovos-tts-plugin-cotovia", + "ovos-tts-plugin-cotovia": { + "voice": "iago" + } } } diff --git a/ovos_config/recommends/offline_male/it-it.conf b/ovos_config/recommends/offline_male/it-it.conf index 026b5e6..c7c37ef 100644 --- a/ovos_config/recommends/offline_male/it-it.conf +++ b/ovos_config/recommends/offline_male/it-it.conf @@ -1,9 +1,10 @@ { - "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "riccardo-x_low" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_it-IT", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_it-IT_miro/resolve/main/miro_it-IT.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_it-IT_miro/resolve/main/miro_it-IT.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_male/nl-nl.conf b/ovos_config/recommends/offline_male/nl-nl.conf index 05a4245..509c983 100644 --- a/ovos_config/recommends/offline_male/nl-nl.conf +++ b/ovos_config/recommends/offline_male/nl-nl.conf @@ -1,9 +1,10 @@ { - "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "ronnie-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_nl-NL", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_miro/resolve/main/miro_nl-NL.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_nl-NL_miro/resolve/main/miro_nl-NL.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_male/pt-br.conf b/ovos_config/recommends/offline_male/pt-br.conf index 7796527..085ca3d 100644 --- a/ovos_config/recommends/offline_male/pt-br.conf +++ b/ovos_config/recommends/offline_male/pt-br.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "faber-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_pt-BR", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_miro/resolve/main/miro_pt-BR.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_pt-BR_miro/resolve/main/miro_pt-BR.onnx.json" + } } } diff --git a/ovos_config/recommends/offline_male/pt-pt.conf b/ovos_config/recommends/offline_male/pt-pt.conf index 5ad8094..dd4a893 100644 --- a/ovos_config/recommends/offline_male/pt-pt.conf +++ b/ovos_config/recommends/offline_male/pt-pt.conf @@ -1,8 +1,10 @@ { "tts": { - "module": "ovos-tts-plugin-piper", - "ovos-tts-plugin-piper": { - "voice": "tugão-medium" - } + "module": "ovos-tts-plugin-piper", + "ovos-tts-plugin-piper": { + "voice": "miro_pt-PT", + "model": "https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_miro/resolve/main/miro_pt-PT.onnx", + "model_config": "https://huggingface.co/OpenVoiceOS/pipertts_pt-PT_miro/resolve/main/miro_pt-PT.onnx.json" + } } } diff --git a/ovos_config/recommends/online_female/ca-ba.conf b/ovos_config/recommends/online_female/ca-ba.conf index 476f58f..f8f4eaa 100644 --- a/ovos_config/recommends/online_female/ca-ba.conf +++ b/ovos_config/recommends/online_female/ca-ba.conf @@ -1,12 +1,13 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/matxa", - "https://matxa.ziggyai.online" - ], - "voice": "balear/olga" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "host": [ + "https://matxa.tigregotico.pt", + "https://tts.smartgic.io/matxa", + "https://matxa.ziggyai.online" + ], + "voice": "balear/olga" + } } } diff --git a/ovos_config/recommends/online_female/ca-es.conf b/ovos_config/recommends/online_female/ca-es.conf index 52fad68..3098812 100644 --- a/ovos_config/recommends/online_female/ca-es.conf +++ b/ovos_config/recommends/online_female/ca-es.conf @@ -1,12 +1,13 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/matxa", - "https://matxa.ziggyai.online" - ], - "voice": "central/elia" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "host": [ + "https://matxa.tigregotico.pt", + "https://tts.smartgic.io/matxa", + "https://matxa.ziggyai.online" + ], + "voice": "central/elia" + } } } diff --git a/ovos_config/recommends/online_female/ca-nw.conf b/ovos_config/recommends/online_female/ca-nw.conf index 13d090d..4663147 100644 --- a/ovos_config/recommends/online_female/ca-nw.conf +++ b/ovos_config/recommends/online_female/ca-nw.conf @@ -1,12 +1,13 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/matxa", - "https://matxa.ziggyai.online" - ], - "voice": "nord-occidental/emma" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "host": [ + "https://matxa.tigregotico.pt", + "https://tts.smartgic.io/matxa", + "https://matxa.ziggyai.online" + ], + "voice": "nord-occidental/emma" + } } } diff --git a/ovos_config/recommends/online_female/ca-va.conf b/ovos_config/recommends/online_female/ca-va.conf index 92e3d5b..d6e16e0 100644 --- a/ovos_config/recommends/online_female/ca-va.conf +++ b/ovos_config/recommends/online_female/ca-va.conf @@ -1,12 +1,13 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/matxa", - "https://matxa.ziggyai.online" - ], - "voice": "valencia/gina" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "host": [ + "https://matxa.tigregotico.pt", + "https://tts.smartgic.io/matxa", + "https://matxa.ziggyai.online" + ], + "voice": "valencia/gina" + } } } diff --git a/ovos_config/recommends/online_female/de-de.conf b/ovos_config/recommends/online_female/de-de.conf index 2b76f7d..3721a50 100644 --- a/ovos_config/recommends/online_female/de-de.conf +++ b/ovos_config/recommends/online_female/de-de.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "ramona-low" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "ramona-low" + } } } diff --git a/ovos_config/recommends/online_female/en-gb.conf b/ovos_config/recommends/online_female/en-gb.conf index bb595c5..f387254 100644 --- a/ovos_config/recommends/online_female/en-gb.conf +++ b/ovos_config/recommends/online_female/en-gb.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "alba-medium" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "alba-medium" + } } } diff --git a/ovos_config/recommends/online_female/en-us.conf b/ovos_config/recommends/online_female/en-us.conf index a2d7891..eb21b60 100644 --- a/ovos_config/recommends/online_female/en-us.conf +++ b/ovos_config/recommends/online_female/en-us.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "amy-medium" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "amy-medium" + } } } diff --git a/ovos_config/recommends/online_female/es-es.conf b/ovos_config/recommends/online_female/es-es.conf index ee6d264..432313b 100644 --- a/ovos_config/recommends/online_female/es-es.conf +++ b/ovos_config/recommends/online_female/es-es.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "sharvard-medium#F" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "sharvard-medium#F" + } } } diff --git a/ovos_config/recommends/online_female/es-mx.conf b/ovos_config/recommends/online_female/es-mx.conf index 27c6ce7..4cd9bfd 100644 --- a/ovos_config/recommends/online_female/es-mx.conf +++ b/ovos_config/recommends/online_female/es-mx.conf @@ -1,9 +1,9 @@ { "tts": { - "module": "ovos-tts-plugin-google-tx", - "ovos-tts-plugin-google-tx": { - "lang": "es-MX", - "tld": "com.mx" - } + "module": "ovos-tts-plugin-google-tx", + "ovos-tts-plugin-google-tx": { + "lang": "es-MX", + "tld": "com.mx" + } } } diff --git a/ovos_config/recommends/online_female/es-us.conf b/ovos_config/recommends/online_female/es-us.conf index e478da5..5868224 100644 --- a/ovos_config/recommends/online_female/es-us.conf +++ b/ovos_config/recommends/online_female/es-us.conf @@ -1,9 +1,9 @@ { "tts": { - "module": "ovos-tts-plugin-google-tx", - "ovos-tts-plugin-google-tx": { - "lang": "es-US", - "tld": "us" - } + "module": "ovos-tts-plugin-google-tx", + "ovos-tts-plugin-google-tx": { + "lang": "es-US", + "tld": "us" + } } } diff --git a/ovos_config/recommends/online_female/fr-fr.conf b/ovos_config/recommends/online_female/fr-fr.conf index f360687..2b153a4 100644 --- a/ovos_config/recommends/online_female/fr-fr.conf +++ b/ovos_config/recommends/online_female/fr-fr.conf @@ -1,7 +1,8 @@ -{ "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "siwis-low" - } +{ + "tts": { + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "siwis-low" + } } } diff --git a/ovos_config/recommends/online_female/gl-es.conf b/ovos_config/recommends/online_female/gl-es.conf index d7ac1e1..eb540e7 100644 --- a/ovos_config/recommends/online_female/gl-es.conf +++ b/ovos_config/recommends/online_female/gl-es.conf @@ -2,13 +2,13 @@ "tts": { "module": "ovos-tts-plugin-server", "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/nos", - "https://nos.tigregotico.pt" - ], - "v2": true, - "verify_ssl": true, - "tts_timeout": 5 + "host": [ + "https://nos.tigregotico.pt", + "https://tts.smartgic.io/nos" + ], + "v2": true, + "verify_ssl": true, + "tts_timeout": 5 } } } diff --git a/ovos_config/recommends/online_female/it-it.conf b/ovos_config/recommends/online_female/it-it.conf index 3a4cf3e..ccca2f0 100644 --- a/ovos_config/recommends/online_female/it-it.conf +++ b/ovos_config/recommends/online_female/it-it.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "paola-medium" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "paola-medium" + } } } diff --git a/ovos_config/recommends/online_female/nl-nl.conf b/ovos_config/recommends/online_female/nl-nl.conf index ec75669..c952722 100644 --- a/ovos_config/recommends/online_female/nl-nl.conf +++ b/ovos_config/recommends/online_female/nl-nl.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "nathalie-medium" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "nathalie-medium" + } } } diff --git a/ovos_config/recommends/online_female/pt-br.conf b/ovos_config/recommends/online_female/pt-br.conf index 1f4daac..5b1bfff 100644 --- a/ovos_config/recommends/online_female/pt-br.conf +++ b/ovos_config/recommends/online_female/pt-br.conf @@ -1,9 +1,9 @@ { "tts": { - "module": "ovos-tts-plugin-google-tx", - "ovos-tts-plugin-google-tx": { - "lang": "pt-BR", - "tld": "com.br" - } + "module": "ovos-tts-plugin-google-tx", + "ovos-tts-plugin-google-tx": { + "lang": "pt-BR", + "tld": "com.br" + } } } diff --git a/ovos_config/recommends/online_female/pt-pt.conf b/ovos_config/recommends/online_female/pt-pt.conf index 79e01f8..6eb5387 100644 --- a/ovos_config/recommends/online_female/pt-pt.conf +++ b/ovos_config/recommends/online_female/pt-pt.conf @@ -1,12 +1,12 @@ { "tts": { - "module": "ovos-tts-plugin-edge-tts", - "ovos-tts-plugin-google-tx": { - "lang": "pt-PT", - "tld": "pt" - }, - "ovos-tts-plugin-edge-tts": { - "voice": "pt-PT-RaquelNeural" - } + "module": "ovos-tts-plugin-edge-tts", + "ovos-tts-plugin-google-tx": { + "lang": "pt-PT", + "tld": "pt" + }, + "ovos-tts-plugin-edge-tts": { + "voice": "pt-PT-RaquelNeural" + } } } diff --git a/ovos_config/recommends/online_male/ca-ba.conf b/ovos_config/recommends/online_male/ca-ba.conf index b54c8b7..c4cb026 100644 --- a/ovos_config/recommends/online_male/ca-ba.conf +++ b/ovos_config/recommends/online_male/ca-ba.conf @@ -1,12 +1,13 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/matxa", - "https://matxa.ziggyai.online" - ], - "voice": "balear/quim" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "host": [ + "https://matxa.tigregotico.pt", + "https://tts.smartgic.io/matxa", + "https://matxa.ziggyai.online" + ], + "voice": "balear/quim" + } } } diff --git a/ovos_config/recommends/online_male/ca-es.conf b/ovos_config/recommends/online_male/ca-es.conf index e66dec3..ca43539 100644 --- a/ovos_config/recommends/online_male/ca-es.conf +++ b/ovos_config/recommends/online_male/ca-es.conf @@ -1,12 +1,13 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/matxa", - "https://matxa.ziggyai.online" - ], - "voice": "central/grau" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "host": [ + "https://matxa.tigregotico.pt", + "https://tts.smartgic.io/matxa", + "https://matxa.ziggyai.online" + ], + "voice": "central/grau" + } } } diff --git a/ovos_config/recommends/online_male/ca-nw.conf b/ovos_config/recommends/online_male/ca-nw.conf index daf3d73..96d34a7 100644 --- a/ovos_config/recommends/online_male/ca-nw.conf +++ b/ovos_config/recommends/online_male/ca-nw.conf @@ -1,12 +1,13 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/matxa", - "https://matxa.ziggyai.online" - ], - "voice": "nord-occidental/pere" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "host": [ + "https://matxa.tigregotico.pt", + "https://tts.smartgic.io/matxa", + "https://matxa.ziggyai.online" + ], + "voice": "nord-occidental/pere" + } } } diff --git a/ovos_config/recommends/online_male/ca-va.conf b/ovos_config/recommends/online_male/ca-va.conf index 64420a0..013d90c 100644 --- a/ovos_config/recommends/online_male/ca-va.conf +++ b/ovos_config/recommends/online_male/ca-va.conf @@ -1,12 +1,13 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "host": [ - "https://tts.smartgic.io/matxa", - "https://matxa.ziggyai.online" - ], - "voice": "valencia/lluc" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "host": [ + "https://matxa.tigregotico.pt", + "https://tts.smartgic.io/matxa", + "https://matxa.ziggyai.online" + ], + "voice": "valencia/lluc" + } } } diff --git a/ovos_config/recommends/online_male/da-dk.conf b/ovos_config/recommends/online_male/da-dk.conf index 604c93d..cde9032 100644 --- a/ovos_config/recommends/online_male/da-dk.conf +++ b/ovos_config/recommends/online_male/da-dk.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "talesyntese-medium" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "talesyntese-medium" + } } } diff --git a/ovos_config/recommends/online_male/de-de.conf b/ovos_config/recommends/online_male/de-de.conf index 2c4c442..a68b392 100644 --- a/ovos_config/recommends/online_male/de-de.conf +++ b/ovos_config/recommends/online_male/de-de.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "thorsten-low" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "thorsten-low" + } } } diff --git a/ovos_config/recommends/online_male/en-gb.conf b/ovos_config/recommends/online_male/en-gb.conf index b5e6723..3ee0716 100644 --- a/ovos_config/recommends/online_male/en-gb.conf +++ b/ovos_config/recommends/online_male/en-gb.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "alan-medium" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "alan-medium" + } } } diff --git a/ovos_config/recommends/online_male/en-us.conf b/ovos_config/recommends/online_male/en-us.conf index 6ee106f..54246e5 100644 --- a/ovos_config/recommends/online_male/en-us.conf +++ b/ovos_config/recommends/online_male/en-us.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "ryan-low" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "ryan-low" + } } } diff --git a/ovos_config/recommends/online_male/es-es.conf b/ovos_config/recommends/online_male/es-es.conf index 84ab600..5492aa5 100644 --- a/ovos_config/recommends/online_male/es-es.conf +++ b/ovos_config/recommends/online_male/es-es.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "sharvard-medium#M" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "sharvard-medium#M" + } } } diff --git a/ovos_config/recommends/online_male/fr-fr.conf b/ovos_config/recommends/online_male/fr-fr.conf index 9b4e8b5..c94c175 100644 --- a/ovos_config/recommends/online_male/fr-fr.conf +++ b/ovos_config/recommends/online_male/fr-fr.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "gilles-low" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "gilles-low" + } } } diff --git a/ovos_config/recommends/online_male/it-it.conf b/ovos_config/recommends/online_male/it-it.conf index 2b5083e..374b6ba 100644 --- a/ovos_config/recommends/online_male/it-it.conf +++ b/ovos_config/recommends/online_male/it-it.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "riccardo-x_low" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "riccardo-x_low" + } } } diff --git a/ovos_config/recommends/online_male/nl-nl.conf b/ovos_config/recommends/online_male/nl-nl.conf index 5f4550c..98bc036 100644 --- a/ovos_config/recommends/online_male/nl-nl.conf +++ b/ovos_config/recommends/online_male/nl-nl.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "ronnie-medium" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "ronnie-medium" + } } } diff --git a/ovos_config/recommends/online_male/pt-br.conf b/ovos_config/recommends/online_male/pt-br.conf index a39758a..b0d4fa6 100644 --- a/ovos_config/recommends/online_male/pt-br.conf +++ b/ovos_config/recommends/online_male/pt-br.conf @@ -1,8 +1,8 @@ { "tts": { - "module": "ovos-tts-plugin-server", - "ovos-tts-plugin-server": { - "voice": "faber-medium" - } + "module": "ovos-tts-plugin-server", + "ovos-tts-plugin-server": { + "voice": "faber-medium" + } } } diff --git a/ovos_config/recommends/online_male/pt-pt.conf b/ovos_config/recommends/online_male/pt-pt.conf index 5e13130..35581f4 100644 --- a/ovos_config/recommends/online_male/pt-pt.conf +++ b/ovos_config/recommends/online_male/pt-pt.conf @@ -1,11 +1,11 @@ { "tts": { - "module": "ovos-tts-plugin-edge-tts", - "ovos-tts-plugin-server": { - "voice": "tugão-medium" - }, - "ovos-tts-plugin-edge-tts": { - "voice": "pt-PT-DuarteNeural" - } + "module": "ovos-tts-plugin-edge-tts", + "ovos-tts-plugin-server": { + "voice": "tugão-medium" + }, + "ovos-tts-plugin-edge-tts": { + "voice": "pt-PT-DuarteNeural" + } } } diff --git a/ovos_config/recommends/online_stt/ca-es.conf b/ovos_config/recommends/online_stt/ca-es.conf index bbcff7e..0443b24 100644 --- a/ovos_config/recommends/online_stt/ca-es.conf +++ b/ovos_config/recommends/online_stt/ca-es.conf @@ -3,10 +3,10 @@ "module": "ovos-stt-plugin-server", "fallback_module": "", "ovos-stt-plugin-server": { - "urls": [ - "https://stt.smartgic.io/aina/stt", - "https://whisper.tigregotico.pt/stt" - ] + "urls": [ + "https://whisper.tigregotico.pt/stt", + "https://stt.smartgic.io/fasterwhisper/stt" + ] } } } diff --git a/ovos_config/recommends/online_stt/es-es.conf b/ovos_config/recommends/online_stt/es-es.conf index 051e2dd..960eecf 100644 --- a/ovos_config/recommends/online_stt/es-es.conf +++ b/ovos_config/recommends/online_stt/es-es.conf @@ -2,11 +2,11 @@ "stt": { "module": "ovos-stt-plugin-server", "ovos-stt-plugin-server": { - "urls": [ - "https://zuazo-es.tigregotico.pt/stt", - "https://stt.smartgic.io/fasterwhisper/stt", - "https://whisper.tigregotico.pt/stt" - ] + "urls": [ + "https://zuazo-es.tigregotico.pt/stt", + "https://stt.smartgic.io/fasterwhisper/stt", + "https://whisper.tigregotico.pt/stt" + ] }, "fallback_module": "" } diff --git a/ovos_config/recommends/online_stt/eu-es.conf b/ovos_config/recommends/online_stt/eu-es.conf index 39425eb..d23f5df 100644 --- a/ovos_config/recommends/online_stt/eu-es.conf +++ b/ovos_config/recommends/online_stt/eu-es.conf @@ -2,11 +2,11 @@ "stt": { "module": "ovos-stt-plugin-server", "ovos-stt-plugin-server": { - "urls": [ - "https://hitz.tigregotico.pt/stt", - "https://stt.smartgic.io/fasterwhisper/stt", - "https://whisper.tigregotico.pt/stt" - ] + "urls": [ + "https://hitz.tigregotico.pt/stt", + "https://stt.smartgic.io/fasterwhisper/stt", + "https://whisper.tigregotico.pt/stt" + ] }, "fallback_module": "" } diff --git a/ovos_config/recommends/online_stt/gl-es.conf b/ovos_config/recommends/online_stt/gl-es.conf index 2ba9f6a..e05f126 100644 --- a/ovos_config/recommends/online_stt/gl-es.conf +++ b/ovos_config/recommends/online_stt/gl-es.conf @@ -2,11 +2,11 @@ "stt": { "module": "ovos-stt-plugin-server", "ovos-stt-plugin-server": { - "urls": [ - "https://zuazo-gl.tigregotico.pt/stt", - "https://stt.smartgic.io/fasterwhisper/stt", - "https://whisper.tigregotico.pt/stt" - ] + "urls": [ + "https://zuazo-gl.tigregotico.pt/stt", + "https://stt.smartgic.io/fasterwhisper/stt", + "https://whisper.tigregotico.pt/stt" + ] }, "fallback_module": "" } diff --git a/ovos_config/recommends/online_stt/pt-pt.conf b/ovos_config/recommends/online_stt/pt-pt.conf index cf94567..8345746 100644 --- a/ovos_config/recommends/online_stt/pt-pt.conf +++ b/ovos_config/recommends/online_stt/pt-pt.conf @@ -2,12 +2,12 @@ "stt": { "module": "ovos-stt-plugin-server", "ovos-stt-plugin-server": { - "urls": [ - "https://mynorthai.tigregotico.pt/stt", - "https://stt.smartgic.io/mynorthai/stt", - "https://whisper.tigregotico.pt/stt", - "https://stt.smartgic.io/fasterwhisper/stt" - ] + "urls": [ + "https://mynorthai.tigregotico.pt/stt", + "https://stt.smartgic.io/mynorthai/stt", + "https://whisper.tigregotico.pt/stt", + "https://stt.smartgic.io/fasterwhisper/stt" + ] }, "fallback_module": "" } diff --git a/ovos_config/recommends/platform/linux.conf b/ovos_config/recommends/platform/linux.conf index c970934..4b638e9 100644 --- a/ovos_config/recommends/platform/linux.conf +++ b/ovos_config/recommends/platform/linux.conf @@ -8,22 +8,25 @@ "ignore_intents": [] }, "pipeline": [ - "ocp_high", - "stop_high", - "converse", - "padatious_high", - "ovos-m2v-pipeline-high", - "adapt_high", - "stop_medium", - "adapt_medium", + "ovos-stop-pipeline-plugin-high", + "ovos-converse-pipeline-plugin", + "ovos-ocp-pipeline-plugin-high", "ovos-persona-pipeline-plugin-high", - "common_qa", - "fallback_medium", + "ovos-padatious-pipeline-plugin-high", + "ovos-m2v-pipeline-high", + "ovos-fallback-pipeline-plugin-high", + "ovos-adapt-pipeline-plugin-high", + "ovos-stop-pipeline-plugin-medium", + "ovos-adapt-pipeline-plugin-medium", + "ovos-common-query-pipeline-plugin", + "ovos-fallback-pipeline-plugin-medium", "ovos-persona-pipeline-plugin-low", - "fallback_low" + "ovos-fallback-pipeline-plugin-low" ] }, "PHAL": { - "ovos-PHAL-plugin-alsa": {"default_volume": 85} + "ovos-PHAL-plugin-alsa": { + "default_volume": 85 + } } } diff --git a/ovos_config/recommends/platform/mac.conf b/ovos_config/recommends/platform/mac.conf index 1bfadf2..ad10f2f 100644 --- a/ovos_config/recommends/platform/mac.conf +++ b/ovos_config/recommends/platform/mac.conf @@ -1,4 +1,29 @@ { + "intents": { + "ovos-m2v-pipeline": { + "model": "Jarbas/ovos-model2vec-intents-LaBSE", + "conf_high": 0.7, + "conf_medium": 0.5, + "conf_low": 0.15, + "ignore_intents": [] + }, + "pipeline": [ + "ovos-stop-pipeline-plugin-high", + "ovos-converse-pipeline-plugin", + "ovos-ocp-pipeline-plugin-high", + "ovos-persona-pipeline-plugin-high", + "ovos-padatious-pipeline-plugin-high", + "ovos-m2v-pipeline-high", + "ovos-fallback-pipeline-plugin-high", + "ovos-adapt-pipeline-plugin-high", + "ovos-stop-pipeline-plugin-medium", + "ovos-adapt-pipeline-plugin-medium", + "ovos-common-query-pipeline-plugin", + "ovos-fallback-pipeline-plugin-medium", + "ovos-persona-pipeline-plugin-low", + "ovos-fallback-pipeline-plugin-low" + ] + }, "play_wav_cmdline": "afplay %1", "play_mp3_cmdline": "afplay %1" } \ No newline at end of file diff --git a/ovos_config/recommends/platform/rpi3.conf b/ovos_config/recommends/platform/rpi3.conf index 2a9407f..52697a7 100644 --- a/ovos_config/recommends/platform/rpi3.conf +++ b/ovos_config/recommends/platform/rpi3.conf @@ -1,21 +1,25 @@ { "intents": { "pipeline": [ - "ocp_high", - "stop_high", - "converse", - "padatious_high", - "adapt_high", - "stop_medium", - "adapt_medium", + "ovos-stop-pipeline-plugin-high", + "ovos-converse-pipeline-plugin", + "ovos-ocp-pipeline-plugin-high", "ovos-persona-pipeline-plugin-high", - "fallback_medium", + "ovos-padatious-pipeline-plugin-high", + "ovos-ocp-pipeline-plugin-medium", + "ovos-fallback-pipeline-plugin-high", + "ovos-adapt-pipeline-plugin-high", + "ovos-stop-pipeline-plugin-medium", + "ovos-adapt-pipeline-plugin-medium", + "ovos-fallback-pipeline-plugin-medium", "ovos-persona-pipeline-plugin-low", - "fallback_low" + "ovos-fallback-pipeline-plugin-low" ] }, "PHAL": { - "ovos-PHAL-plugin-alsa": {"default_volume": 85} + "ovos-PHAL-plugin-alsa": { + "default_volume": 85 + } }, "gui": { "disable_gui": true diff --git a/ovos_config/recommends/platform/rpi4.conf b/ovos_config/recommends/platform/rpi4.conf index c970934..4b638e9 100644 --- a/ovos_config/recommends/platform/rpi4.conf +++ b/ovos_config/recommends/platform/rpi4.conf @@ -8,22 +8,25 @@ "ignore_intents": [] }, "pipeline": [ - "ocp_high", - "stop_high", - "converse", - "padatious_high", - "ovos-m2v-pipeline-high", - "adapt_high", - "stop_medium", - "adapt_medium", + "ovos-stop-pipeline-plugin-high", + "ovos-converse-pipeline-plugin", + "ovos-ocp-pipeline-plugin-high", "ovos-persona-pipeline-plugin-high", - "common_qa", - "fallback_medium", + "ovos-padatious-pipeline-plugin-high", + "ovos-m2v-pipeline-high", + "ovos-fallback-pipeline-plugin-high", + "ovos-adapt-pipeline-plugin-high", + "ovos-stop-pipeline-plugin-medium", + "ovos-adapt-pipeline-plugin-medium", + "ovos-common-query-pipeline-plugin", + "ovos-fallback-pipeline-plugin-medium", "ovos-persona-pipeline-plugin-low", - "fallback_low" + "ovos-fallback-pipeline-plugin-low" ] }, "PHAL": { - "ovos-PHAL-plugin-alsa": {"default_volume": 85} + "ovos-PHAL-plugin-alsa": { + "default_volume": 85 + } } } diff --git a/ovos_config/recommends/platform/rpi5.conf b/ovos_config/recommends/platform/rpi5.conf index c970934..4b638e9 100644 --- a/ovos_config/recommends/platform/rpi5.conf +++ b/ovos_config/recommends/platform/rpi5.conf @@ -8,22 +8,25 @@ "ignore_intents": [] }, "pipeline": [ - "ocp_high", - "stop_high", - "converse", - "padatious_high", - "ovos-m2v-pipeline-high", - "adapt_high", - "stop_medium", - "adapt_medium", + "ovos-stop-pipeline-plugin-high", + "ovos-converse-pipeline-plugin", + "ovos-ocp-pipeline-plugin-high", "ovos-persona-pipeline-plugin-high", - "common_qa", - "fallback_medium", + "ovos-padatious-pipeline-plugin-high", + "ovos-m2v-pipeline-high", + "ovos-fallback-pipeline-plugin-high", + "ovos-adapt-pipeline-plugin-high", + "ovos-stop-pipeline-plugin-medium", + "ovos-adapt-pipeline-plugin-medium", + "ovos-common-query-pipeline-plugin", + "ovos-fallback-pipeline-plugin-medium", "ovos-persona-pipeline-plugin-low", - "fallback_low" + "ovos-fallback-pipeline-plugin-low" ] }, "PHAL": { - "ovos-PHAL-plugin-alsa": {"default_volume": 85} + "ovos-PHAL-plugin-alsa": { + "default_volume": 85 + } } } diff --git a/ovos_config/recommends/platform/termux.conf b/ovos_config/recommends/platform/termux.conf new file mode 100644 index 0000000..7426649 --- /dev/null +++ b/ovos_config/recommends/platform/termux.conf @@ -0,0 +1,25 @@ +{ + "listener": { + "microphone": { + "module": "ovos-microphone-plugin-sounddevice" + } + }, + + "play_wav_cmdline": "play-audio %1", + "play_mp3_cmdline": "play-audio %1", + + "PHAL": { + "ovos-PHAL-plugin-termux": { + "stream": "music", + "camera_id": 0, + "vibrate_on_record_start": false, + "vibrate_on_record_end": false, + "vibrate_on_sleep": false, + "vibrate_on_error": true + } + }, + + "gui": { + "disable_gui": true + } +} diff --git a/ovos_config/version.py b/ovos_config/version.py index 02e23fa..087b877 100644 --- a/ovos_config/version.py +++ b/ovos_config/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 2 VERSION_MINOR = 1 -VERSION_BUILD = 1 -VERSION_ALPHA = 1 +VERSION_BUILD = 4 +VERSION_ALPHA = 5 # END_VERSION_BLOCK diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}