This PowerShell script speaks the given text with a Norwegian text-to-speech (TTS) voice.
text Specifies the Norwegian text to speak
PS> ./speak-norwegian.ps1 HalloAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Mandarin text-to-speech (TTS) voice.
text Specifies the Mandarin text to speak
PS> ./speak-mandarin.ps1 "你好"Author: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Latin text-to-speech (TTS) voice.
text Specifies the Latin text to speak
PS> ./speak-latin.ps1 SalveAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Korean text-to-speech (TTS) voice.
text Specifies the Korean text to speak
PS> ./speak-korean.ps1 "안녕하세요"Author: Markus Fleschutz | License: CC0
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