Added voice-control.ps1

This commit is contained in:
Markus Fleschutz
2021-01-05 13:55:54 +01:00
parent 502b3ca7ca
commit c22f7460d2
4 changed files with 48 additions and 150 deletions

View File

@ -76,6 +76,7 @@ turn-volume-up.ps1, turns the audio volume up (+10% by default)
turn-volume-down.ps1, turns the audio volume down (-10% by default)
txt2wav.ps1, converts text into a audio .WAV file
unmute-audio.ps1, unmutes audio
voice-control.ps1, executes the PowerShell scripts by voice
weather.ps1, prints the current weather forecast
weather-alert.ps1, checks the current weather for critical values
weather-report.ps1, prints the local weather report

1 Filename Description
76 turn-volume-down.ps1 turns the audio volume down (-10% by default)
77 txt2wav.ps1 converts text into a audio .WAV file
78 unmute-audio.ps1 unmutes audio
79 voice-control.ps1 executes the PowerShell scripts by voice
80 weather.ps1 prints the current weather forecast
81 weather-alert.ps1 checks the current weather for critical values
82 weather-report.ps1 prints the local weather report