Added speak-joke.ps1

This commit is contained in:
Markus Fleschutz
2021-02-06 18:13:12 +01:00
parent 69d86a33a9
commit cb6c6a3dec
3 changed files with 42 additions and 0 deletions

View File

@ -79,6 +79,7 @@ simulate-presence.ps1, simulates the human presence against burglars
speak-date.ps1, speaks the current date by text-to-speech (TTS)
speak-epub.ps1, speaks the content of the given Epub file by text-to-speech (TTS)
speak-file.ps1, speaks the content of the given text file by text-to-speech (TTS)
speak-joke.ps1, speaks the next joke 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)
speak-time.ps1, speaks the current time by text-to-speech (TTS)

1 Filename Description
79 speak-date.ps1 speaks the current date by text-to-speech (TTS)
80 speak-epub.ps1 speaks the content of the given Epub file by text-to-speech (TTS)
81 speak-file.ps1 speaks the content of the given text file by text-to-speech (TTS)
82 speak-joke.ps1 speaks the next joke by text-to-speech (TTS)
83 speak-test.ps1 performs a speak test by text-to-speech (TTS)
84 speak-text.ps1 speaks the given text by text-to-speech (TTS)
85 speak-time.ps1 speaks the current time by text-to-speech (TTS)