79387988

Date: 2025-01-26 05:05:45
Score: 1.5
Natty:
Report link

No, the System.Speech type does work on PowerShell 7.6 preview.0. There's what I did:

Add-Type -AssemblyName System.speech
$PromptTTS = New-Object System.Speech.Synthesis.SpeechSynthesizer
$PromptTTS.Speak("Hello")

(but it does not returns something like in Windows PowerShell)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Proshanto