Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
license_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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: master
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
Expand Down Expand Up @@ -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@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
ref: master
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
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.
Expand Down Expand Up @@ -48,7 +48,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/[email protected]
Expand All @@ -65,7 +65,7 @@ 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.
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout dev branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: dev

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
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
with:
Expand Down
46 changes: 43 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,52 @@
# Changelog

## [0.1.16a1](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.16a1) (2025-06-08)
## [0.1.17a6](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.17a6) (2025-12-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.15...0.1.16a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.17a5...0.1.17a6)

**Merged pull requests:**

- fix; workshop 7.X.X [\#81](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/81) ([JarbasAl](https://github.com/JarbasAl))
- chore\(deps\): update actions/checkout action to v6 [\#97](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/97) ([renovate[bot]](https://github.com/apps/renovate))

## [0.1.17a5](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.17a5) (2025-12-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.17a4...0.1.17a5)

**Merged pull requests:**

- chore: Configure Renovate [\#91](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/91) ([renovate[bot]](https://github.com/apps/renovate))

## [0.1.17a4](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.17a4) (2025-11-24)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.17a3...0.1.17a4)

**Merged pull requests:**

- es-es/translate [\#89](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/89) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.1.17a3](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.17a3) (2025-10-08)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.17a2...0.1.17a3)

**Merged pull requests:**

- translate volume [\#87](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/87) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.1.17a2](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.17a2) (2025-09-29)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.17a1...0.1.17a2)

**Merged pull requests:**

- Add pt-BR [\#85](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/85) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))

## [0.1.17a1](https://github.com/OpenVoiceOS/ovos-skill-volume/tree/0.1.17a1) (2025-09-07)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-volume/compare/0.1.16...0.1.17a1)

**Merged pull requests:**

- docs: termux [\#83](https://github.com/OpenVoiceOS/ovos-skill-volume/pull/83) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Control the volume of your system

## About
Control OVOS volume with verbal commands, needs the companion plugin [ovos-PHAL-plugin-alsa](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa)
Control OVOS volume with verbal commands, needs the companion plugin [ovos-PHAL-plugin-alsa](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-alsa) or [ovos-PHAL-plugin-termux](https://github.com/HiveMindInsiders/ovos-PHAL-plugin-termux)

## Examples
* "Turn up the volume"
Expand Down
1 change: 0 additions & 1 deletion locale/es-es/change.voc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cambiar
cambio
establecer
hacer
2 changes: 1 addition & 1 deletion locale/es-es/current.voc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
actual
(actual|vigente)
11 changes: 6 additions & 5 deletions locale/es-es/louder.voc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
fuerte
(arriba|hasta arriba)
(aumentar|subir)
más
ruidosa
ruidoso
subir
superior
más alto
más fuerte
más ruidoso
ruidosamente
13 changes: 5 additions & 8 deletions locale/es-es/quieter.voc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
bajar
disminución
inferior
abajo
disminuir
menos
reducir
silenciosa
silencioso
tranquila
tranquilo
más bajo
más silencioso
reducir
45 changes: 45 additions & 0 deletions locale/es-es/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "Control de volumen",
"description": "Controla el volumen de OVOS con comandos verbales",
"examples": [
"volumen predeterminado",
"(alternar|conmutar) audio",
"silenciar el volumen",
"(el|) nivel de volumen (es|está|) demasiado bajo",
"(el|) volumen (es|está|) demasiado bajo",
"(el|) nivel de volumen (es|está|) demasiado alto",
"(ajusta|sube) el volumen al máximo",
"(ajusta|sube) el nivel de volumen al máximo",
"(alternar|conmutar) el silencio",
"nivel de volumen bajo",
"nivel de volumen alto",
"volumen a nivel alto",
"volumen máximo",
"ajusta el volumen a medio",
"restaurar volumen",
"volumen medio",
"volumen alto",
"silenciar audio",
"(activar|desmutear) el audio",
"(silenciar|desmutear)",
"volumen alto",
"volumen máximo",
"restablecer el volumen",
"ajustar el volumen a los valores predeterminados",
"ajustar el nivel de volumen al valor predeterminado",
"volumen bajo",
"volumen alto",
"volumen bajo",
"silenciar",
"(activar|desmutear) el volumen",
"volumen máximo"
],
"tags": [
"sistema",
"sonido",
"control de volumen",
"Configuración",
"volumen",
"licencia-permisiva"
]
}
3 changes: 1 addition & 2 deletions locale/es-es/volume.default.intent
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Volumen de reajuste
ajustar el nivel de volumen al valor predeterminado
ajustar el volumen a predeterminado
nivel de volumen establecido por defecto
restaurar volumen
volumen de conjunto a medio
volumen medio
volumen predeterminado
4 changes: 1 addition & 3 deletions locale/es-es/volume.high.intent
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
alto volumen
nivel de volumen a alto
nivel de volumen alto
volumen a alto
volumen a alto nivel
volumen a nivel alto
volumen alto
2 changes: 0 additions & 2 deletions locale/es-es/volume.low.intent
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
bajo volumen
nivel de volumen a bajo
nivel de volumen bajo
volumen a bajo
volumen bajo
6 changes: 2 additions & 4 deletions locale/es-es/volume.max.intent
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
nivel de volumen del conjunto al máximo
volumen de conjunto al máximo
volumen máximo
volumen superior
ajustar el volumen al máximo
volumen máximo
6 changes: 3 additions & 3 deletions locale/es-es/volume.mute.intent
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
audio mudo
mute
volumen mudo
silenciar
silenciar audio
silenciar volumen
4 changes: 2 additions & 2 deletions locale/es-es/volume.mute.toggle.intent
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
toggle audio
toggle mute
(alternar|conmutar) audio
(alternar|conmutar) silencio
6 changes: 3 additions & 3 deletions locale/es-es/volume.unmute.intent
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
audio de alta velocidad
unmute
volumen unmute
(activar|desmutear) el audio
(activar|desmutear) el volumen
(silenciar|desmutear)
1 change: 0 additions & 1 deletion locale/es-es/volume.voc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
volume
volumen
45 changes: 45 additions & 0 deletions locale/fa-IR/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"name": "تنظیم بلندی",
"description": "تنظیم بلندی صدای OVOS با دستور‌های کلامی",
"examples": [
"بلندی پیش‌فرض",
"برعکس کردن صدا",
"بی‌صدا کردن",
"پایین بردن بلندی",
"پایین رفتن بلندی",
"بالا بردن بلندی",
"بیشینه کردن بلندی",
"حداکثر کردن بلندی",
"برعکس کردن حالت بی‌صدا",
"بلندی کم",
"بلندی زیاد",
"بلند کردن صدا",
"حداکثر بلندی",
"میانه کردن بلندی",
"بازگردانی بلندی",
"بلندی میانه",
"بلندی بالا",
"بی‌صدا کردن",
"صدادار کردن",
"صدا دار کردن",
"بیش‌تر کردن بلندی",
"بلندی تا ته",
"بازنشانی بلندی",
"بازنشانی بلندی به پیشفرض",
"بازنشانی سطح بلندی به پیشفرض",
"صدای کم",
"صدای زیاد",
"صدای پایین",
"بی‌صدا کردن",
"با صدا کردن",
"بلندی بالا"
],
"tags": [
"سامانه",
"صدا",
"تنظیم صدا",
"پیکربندی",
"بلندی",
"پروانهٔ سهل‌انگار"
]
}
3 changes: 3 additions & 0 deletions locale/pt-br/change.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
definir
fazer
mudar
1 change: 1 addition & 0 deletions locale/pt-br/current.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
atual
1 change: 1 addition & 0 deletions locale/pt-br/error.get.volume.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Parece que há um problema. Não consegui verificar o volume atual.
6 changes: 6 additions & 0 deletions locale/pt-br/louder.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
acima
aumentar
mais
mais alto
mais barulhento
ruidosamente
6 changes: 6 additions & 0 deletions locale/pt-br/quieter.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
abaixo
diminuir
mais baixo
mais silencioso
menos
reduzir
Loading