Added speak-epub.ps1

This commit is contained in:
Markus Fleschutz
2021-01-19 09:28:59 +01:00
parent 0708c353a3
commit 426d023753
3 changed files with 83 additions and 0 deletions

View File

@ -70,6 +70,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-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-test.ps1, performs a speak test by text-to-speech (TTS)
speak-text.ps1, speaks the given text by text-to-speech (TTS)

1 Filename Description
70 simulate-matrix.ps1 simulates the Matrix (fun)
71 simulate-presence.ps1 simulates the human presence against burglars
72 speak-date.ps1 speaks the current date by text-to-speech (TTS)
73 speak-epub.ps1 speaks the content of the given Epub file by text-to-speech (TTS)
74 speak-file.ps1 speaks the content of the given text file by text-to-speech (TTS)
75 speak-test.ps1 performs a speak test by text-to-speech (TTS)
76 speak-text.ps1 speaks the given text by text-to-speech (TTS)