This PowerShell script speaks the given text with a Japanese text-to-speech (TTS) voice.
text Specifies the Japanese text to speak
PS> ./speak-japanese.ps1 "ハロー"Author: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with an Italian text-to-speech (TTS) voice.
text Specifies the Italian text to speak
PS> ./speak-italian.ps1 CiaoAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Hindi text-to-speech (TTS) voice.
text Specifies the Hindi text to speak
PS> ./speak-hindi.ps1 "नमस्ते"Author: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Hebrew text-to-speech (TTS) voice.
text Specifies the Hebrew text to speak
PS> ./speak-hebrew.ps1 "שלום"Author: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Greek text-to-speech (TTS) voice.
text Specifies the Greek text to speak
PS> ./speak-greek.ps1 "γεια"Author: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a German text-to-speech (TTS) voice.
text Specifies the German text to speak
PS> ./speak-german.ps1 HalloAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Finnish text-to-speech (TTS) voice.
text Specifies the Finnish text to speak
PS> ./speak-finnish.ps1 HeiAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the content of the given text file by text-to-speech (TTS).
File Specifies the path to the text file
PS> ./speak-file.ps1 C:\MyFile.txtAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with an Esperanto text-to-speech (TTS) voice.
text Specifies the Esperanto text to speak
PS> ./speak-esperanto.ps1 SalutonAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the content of the given Epub file by text-to-speech (TTS).
Filename Specifies the path to the Epub file
PS> ./speak-epub C:\MyBook.epubAuthor: Markus Fleschutz | License: CC0