3
0
3
0
This PowerShell script speaks the given text with a Turkish text-to-speech (TTS) voice.
text Specifies the Turkish text to speak
PS> ./speak-turkish.ps1 MerhabaAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Thai text-to-speech (TTS) voice.
text Specifies the Thai text to speak
PS> ./speak-thai.ps1 "สวัสดี"Author: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text by the default text-to-speech (TTS) voice.
text Specifies the text to read
PS> ./speak-text.ps1 HiAuthor: Markus Fleschutz | License: CC0
This PowerShell script performs a text-to-speech (TTS) test.
PS> ./speak-test.ps1📣 Let's begin with the default speed rate of 0 at the default volume of 100%....Author: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Swedish text-to-speech (TTS) voice.
text Specifies the Swedish text to speak
PS> ./speak-swedish.ps1 HallåAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Spanish text-to-speech (TTS) voice.
text Specifies the Spanish text to speak
PS> ./speak-spanish.ps1 HolaAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Portuguese text-to-speech (TTS) voice.
text Specifies the Portuguese text to speak
PS> ./speak-portuguese.ps1 OláAuthor: Markus Fleschutz | License: CC0
This PowerShell script speaks the given text with a Polish text-to-speech (TTS) voice.
text Specifies the Polish text to speak
PS> ./speak-polish.ps1 cześćAuthor: Markus Fleschutz | License: CC0
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