Skip to content

Conversation

vitaminj
Copy link

Adds dataFormat parameter
Also fixed macOS exporting (#71)

Adds dataFormat parameter
Also fixed macOS exporting (Marak#71)
@ttay24
Copy link

ttay24 commented Apr 29, 2018

This gonna be merged in?

@tlhunter
Copy link
Collaborator

@vitaminj can you provide any more information about the export format? Are the same format strings going to work exactly the same for both OS X and Windows?

@ttay24 if you checkout this PR and run the code, does it work successfully for you? Unfortunately I don't have a Windows machine to test with.

@thereisnotime
Copy link

thereisnotime commented Aug 3, 2018

I am using:

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants