Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Windows to support exporting (#48) #72

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.

None yet

4 participants