locked
Does Windows.Media.Speechsynthesizer.SynthesizeSsmlToStreamAsync support all elements and attributes of SSML? RRS feed

  • Question

  • I want to create a child's voice, but the XML line

    <

    voice name="Microsoft Zira Desktop" age="8">Mary had a little lamb,</voice> produces the same result as

    <

    voicename="Microsoft Zira Desktop">Mary had a little lamb,</voice>  Does anyone have a solution?

    <

    voicename="Microsoft Zira Desktop"age="8">Mary had a little lamb,</voice>

    Thursday, May 8, 2014 1:54 AM

Answers

  • Hi Thomas,

    Good question, I test with your voice, seems the "age" does not make any difference.

    In the documentation, SSML is supported by this SynthesizeSsmlToStreamAsync | synthesizeSsmlToStreamAsync method. But in another one, Voice | voice property does not mention any age stuff, probably in Windows Store App age is not a supported element.  I will further consult with some seniors for your question.

    --James


    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

    Thursday, May 8, 2014 6:01 AM
    Moderator