`en-US-GuyNeural not working properly

Rodrigo 1 Reputation point
2021-02-17T09:36:29.217+00:00

For the last few days the voices generated with en-US-GuyNeural sounds weird.
Beside, when try to create voices using phonemes I get this error (only with this voice; it doens happen with en-US-AriaNeural)

Status(StatusCode="FailedPrecondition", Detail="MSTTS_StreamingDumpPhones exception:8000FFFF") websocket error code: 1007

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,145 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rodrigo 1 Reputation point
    2021-02-22T22:48:40.83+00:00

    @romungi-MSFT

    ok, understood. Thanks! I didn't even know about Studio Speech.

    I got the error. It was because there was no text for the voice side of the phenomenon:

    So, this works:

       <voice name="Microsoft Server Speech Text to Speech Voice (en-US, GuyNeural)"><phoneme alphabet="ipa" ph="k aʊ">cow</phoneme></voice></speak>  
    

    but this doesn't (but it used to work a few weeks ago)

       <voice name="Microsoft Server Speech Text to Speech Voice (en-US, GuyNeural)"><phoneme alphabet="ipa" ph="k aʊ"></phoneme></voice></speak>  
    

    But what I don't understand is that when I do TTS on this word (cow) using the standard way (w/o phonemes) the sound is quite weird.

       <voice name="Microsoft Server Speech Text to Speech Voice (en-US, GuyNeural)">cow</voice></speak>  
    

    But if try out Aria, it's the other way around: the standard sounds better than the phoneme.

    Is there any reason why this happens?