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

Add speakerProfileId as optional #62

Closed
loryanstrant opened this issue Jun 8, 2024 · 1 comment
Closed

Add speakerProfileId as optional #62

loryanstrant opened this issue Jun 8, 2024 · 1 comment

Comments

@loryanstrant
Copy link

Firstly, this is awesome - thank you!

Secondly, is there any chance you could include SpeakerId as an optional field to pass through?
For example, here is the SSML I need to pass through to Personal Voice in order for it to work:

<speak version='1.0' xmlns='http://www.w3.org/2001/10/synthesis' xmlns:mstts='http://www.w3.org/2001/mstts' xml:lang='en-US'>
    <voice name='DragonLatestNeural'> 
    <mstts:ttsembedding speakerProfileId='your speaker profile ID here'> 
    I'm happy to hear that you find me amazing and that I have made your trip planning easier and more fun.  
    </mstts:ttsembedding> 
    </voice> 
</speak>

It would be awesome if the speakerProfileId could be added as an optional input.

@hugobloem
Copy link
Owner

Hi, thank you for your interest!

Unfortunately, I don't think this is something that Wyoming supports at the moment. You could ask there if they are looking to add this functionality.

I hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants