-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from OpenVoiceOS/release-0.1.10a1
Release 0.1.10a1
- Loading branch information
Showing
3 changed files
with
50 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"name": "Lautstärkeregelung", | ||
"description": "Steuere die Lautstärke von OVOS mit verbalen Befehlen", | ||
"examples": [ | ||
"Standardlautstärke", | ||
"Audio umschalten", | ||
"Mute Lautstärke\nSchalte Lautstärke stumm", | ||
"Lautstärke zu niedrig", | ||
"Lautstärke zu niedrig", | ||
"Lautstärke zu hoch", | ||
"Lautstärke auf Maximum stellen\nStelle Lautstärke auf Maximum", | ||
"Lautstärke auf Maximum einstellen", | ||
"Mute umschalten", | ||
"Lautstärke niedrig", | ||
"Lautstärke hoch", | ||
"Lautstärke auf hohen Pegel einstellen", | ||
"Maximale Lautstärke", | ||
"Lautstärke auf mittel stellen", | ||
"Volume wiederherstellen", | ||
"mittlere Lautstärke", | ||
"Lautstärke hoch", | ||
"Ton stummschalten", | ||
"Ton einschalten", | ||
"Stummschaltung aufheben", | ||
"Lautstärke zu hoch", | ||
"Maximale Lautstärke", | ||
"Lautstärke zurücksetzen", | ||
"Lautstärke auf Standard einstellen", | ||
"Lautstärke auf Standardwert einstellen", | ||
"geringe Lautstärke", | ||
"hohe Lautstärke", | ||
"Lautstärke niedrig", | ||
"stummschalten", | ||
"Stummschaltung aufheben", | ||
"höchste Lautstärke" | ||
], | ||
"tags": [ | ||
"System", | ||
"Klang", | ||
"Lautstärkeregelung", | ||
"Konfiguration", | ||
"Lautstärke", | ||
"freizügige Lizenz" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 1 | ||
VERSION_BUILD = 9 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 10 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |