-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
42 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,31 @@ | ||
## Auto Set Volume | ||
Sets the volume level to auto | ||
# <img src='https://rawgithub.com/FortAwesome/Font-Awesome/master/advanced-options/raw-svg/solid/volume-up.svg' card_color='#F66716' width='50' height='50' style='vertical-align:bottom'/> Auto volume | ||
Sets the volume after surounding noice level | ||
|
||
## Description | ||
This skill sets the volume level automatly depending how much noice is in the room. if there is much noice volume is set high and if quiet the level is low. | ||
## About | ||
This skill lets Mycroft deside when to use high, normal or low volume. Mycrofts keeps monitoring the mic level, and from that deside what volume level is right to use. | ||
|
||
## Examples | ||
- "Set volume level to auto" | ||
As it is not easy to know what is high and what is low noice level, the skill vil adap over time. The skill notise the higest and lowest messured level, and adjust acording to that. | ||
|
||
|
||
## Credits | ||
Andreas Lorensen | ||
The skill stops adjusting volume if another skill is using the speaker or if Mycroft himself is talking. | ||
|
||
The skill can be activated og deactivatet by the command "Hey Mycroft, set auto volume off" or "Hey Mycroft, set auto volume on" | ||
|
||
|
||
## Examples | ||
* "Set auto volume on" | ||
* "Set auto volume off" | ||
|
||
## Credits | ||
Andreas Lorensen (@andlo) | ||
|
||
## Supported Devices | ||
platform_mark1 platform_mark2 platform_picroft platform_plasmoid | ||
|
||
## Category | ||
Daily | ||
**Configuration** | ||
|
||
## Tags | ||
#volume | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
OK | ||
Auto set volume activated | ||
I have activated auto set volume | ||
Auto volume activated | ||
I have activated auto volume |
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,3 +1,3 @@ | ||
OK | ||
Auto set volume is deactivated | ||
I have now deactivated auto set volume | ||
Auto volume is deactivated | ||
I have now deactivated auto volume |
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,5 +1,5 @@ | ||
{ | ||
"name": "Auto set volume", | ||
"name": "Auto volume", | ||
"skillMetadata": { | ||
"sections": [ | ||
{ | ||
|
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,4 +1,4 @@ | ||
Activate auto (set) volume | ||
Set auto (set) volume Activate | ||
Turn on auto (set) volume | ||
Set auto (set) volume (to) on | ||
Activate auto volume | ||
Set auto volume active | ||
Turn on auto volume | ||
Set auto volume (to) on |
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,4 +1,4 @@ | ||
Dectivate auto (set) volume | ||
Set auto (set) volume deactive | ||
Turn off auto (set) volume | ||
Set auto (set) volume (to) off | ||
Dectivate auto volume | ||
Set auto volume deactive | ||
Turn off auto volume | ||
Set auto volume (to) off |