There Is No TIme

Results 5 comments of There Is No TIme

Pasting in Manjaro with 1.9.4 still breaks the line endings

I am using: ```ps Add-Type -AssemblyName System.Speech $SpeechSynthesizer = New-Object System.Speech.Synthesis.SpeechSynthesizer $SpeechSynthesizer.SelectVoice("Alex") $SpeechSynthesizer.Rate = 0 $SpeechSynthesizer.SetOutputToWaveFile('wav file out') $SpeechSynthesizer.SpeakSsml('text here') $SpeechSynthesizer.Dispose() ```

I am amazed how many headaches the lack of this caused me. Who in their right mind forgot to put a configurable namespace