Added speak-german.ps1

This commit is contained in:
Markus
2021-02-08 19:59:08 +01:00
parent f13901caca
commit 8f819aa0ff
7 changed files with 38 additions and 50 deletions

View File

@ -80,6 +80,7 @@ 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-german.ps1, speaks the given text with a German text-to-speech (TTS) voice
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)

1 Filename Description
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-german.ps1 speaks the given text with a German text-to-speech (TTS) voice
84 speak-joke.ps1 speaks the next joke by text-to-speech (TTS)
85 speak-test.ps1 performs a speak test by text-to-speech (TTS)
86 speak-text.ps1 speaks the given text by text-to-speech (TTS)