Added speak-english.ps1

This commit is contained in:
Markus Fleschutz
2021-02-08 19:32:45 +01:00
parent d362968965
commit a5ba0c2d34
3 changed files with 31 additions and 0 deletions

View File

@ -77,6 +77,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-date.ps1, speaks the current date by text-to-speech (TTS)
speak-english.ps1, speaks the given text with an English text-to-speech (TTS) voice
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)

1 Filename Description
77 simulate-matrix.ps1 simulates the Matrix (fun)
78 simulate-presence.ps1 simulates the human presence against burglars
79 speak-date.ps1 speaks the current date by text-to-speech (TTS)
80 speak-english.ps1 speaks the given text with an English text-to-speech (TTS) voice
81 speak-epub.ps1 speaks the content of the given Epub file by text-to-speech (TTS)
82 speak-file.ps1 speaks the content of the given text file by text-to-speech (TTS)
83 speak-joke.ps1 speaks the next joke by text-to-speech (TTS)