-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
9526689
commit 7aaa9d6
Showing
7 changed files
with
16 additions
and
12 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
~/GoPi5Go/plib/speak.py 'Volume set to 100 percent' 100 | ||
amixer -D pulse sset Master 100% | ||
~/GoPi5Go/plib/speak.py 'Volume set to 100 percent' |
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 @@ | ||
#!/bin/bash | ||
|
||
~/GoPi5Go/plib/speak.py 'Volume set to 40 percent' 40 | ||
amixer -D pulse sset Master 40% | ||
~/GoPi5Go/plib/speak.py 'Volume set to 40 percent' |
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 @@ | ||
#!/bin/bash | ||
|
||
~/GoPi5Go/plib/speak.py 'Volume set to 80 percent' 80 | ||
amixer -D pulse sset Master 80% | ||
~/GoPi5Go/plib/speak.py 'Volume set to 80 percent' |
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 @@ | ||
#!/bin/bash | ||
|
||
~/GoPi5Go/plib/speak.py 'Volume set to normal 80 percent' 80 | ||
amixer -D pulse sset Master 80% | ||
~/GoPi5Go/plib/speak.py 'Volume set to normal 80 percent' |
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,4 @@ | ||
#!/bin/bash | ||
|
||
~/GoPi5Go/plib/speak.py 'Volume set to shout at 100 percent' 100 | ||
amixer -D pulse sset Master 100% |
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 @@ | ||
#!/bin/bash | ||
|
||
amixer -D pulse sset Master 40% | ||
~/GoPi5Go/plib/speak.py 'Volume set very very low at 40 percent' | ||
~/GoPi5Go/plib/speak.py 'Volume set very very low at 45 percent' 45 | ||
amixer -D pulse sset Master 45% |