Added speak-test.ps1

This commit is contained in:
Markus Fleschutz
2020-12-31 10:02:08 +00:00
parent 21a23422e1
commit 8ca2159d87
3 changed files with 26 additions and 0 deletions

View File

@ -56,6 +56,7 @@ SHA256.ps1, prints the SHA256 checksum of the given file
simulate-matrix.ps1, simulates the Matrix (fun)
simulate-presence.ps1, simulates the human presence against burglars
speak-file.ps1, speaks the content of the given text file by text-to-speech (TTS)
speak-test.ps1, performs a speak test by text-to-speech (TTS)
speak-text.ps1, speaks the given text by text-to-speech (TTS)
switch-shelly1.ps1, switches a Shelly1 device in the local network
take-screenshot.ps1, takes a single screenshot

1 Filename Description
56 simulate-matrix.ps1 simulates the Matrix (fun)
57 simulate-presence.ps1 simulates the human presence against burglars
58 speak-file.ps1 speaks the content of the given text file by text-to-speech (TTS)
59 speak-test.ps1 performs a speak test by text-to-speech (TTS)
60 speak-text.ps1 speaks the given text by text-to-speech (TTS)
61 switch-shelly1.ps1 switches a Shelly1 device in the local network
62 take-screenshot.ps1 takes a single screenshot