Add speak-french.ps1

This commit is contained in:
Markus Fleschutz
2021-07-17 15:19:29 +02:00
parent 8063f4b08f
commit bc2a60e3d7
4 changed files with 36 additions and 1 deletions

View File

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

1 Script Description
180 speak-english.ps1 speaks the given text with an English text-to-speech (TTS) voice
181 speak-epub.ps1 speaks the content of the given Epub file by text-to-speech (TTS)
182 speak-file.ps1 speaks the content of the given text file by text-to-speech (TTS)
183 speak-french.ps1 speaks the given text with a French text-to-speech (TTS) voice
184 speak-german.ps1 speaks the given text with a German text-to-speech (TTS) voice
185 speak-joke.ps1 speaks the next joke by text-to-speech (TTS)
186 speak-test.ps1 performs a speak test by text-to-speech (TTS)