Search notes:

System.Speech.Synthesis.SpeechSynthesizer (class)

Speak (rather than print).
using assembly System.Speech

$synth = new-object -typeName System.Speech.Synthesis.SpeechSynthesizer

$synth.Speak('Hello world')
Github repository .NET-API, path: /System/Speech/Synthesis/SpeechSynthesizer.ps1

See also

Microsoft Speech Object Library

Index