认知服务语音更改无效

问题描述 投票:0回答:1

我能够使WebChat与语音服务一起使用,并且它可以使用意大利语语音正确识别和答复(在Chrome中),但这是颤抖的男性语音。我正在尝试使用意大利语的神经语音,即ElsaNeural,但是当我尝试将其设置为像下面这样时,总是使用男性语音。在Webchat / Chrome中获得高质量语音的正确方法是什么?

            window.WebChat.renderWebChat({
                directLine: dl,
                selectVoice: 'it-IT-ElsaNeural', //short name of neural italian voice
                webSpeechPonyfillFactory, //passing this to enable speech services
                locale: 'it-IT',
                language: 'it-IT',
                styleSet // Passing 'styleSet' when rendering Web Chat
            }, document.getElementById('webchat'));

botframework microsoft-cognitive
1个回答
0
投票

似乎这是一个尚未修复的错误。其他用户在这里提出了罚单:https://github.com/microsoft/BotFramework-WebChat/issues/2221

© www.soinside.com 2019 - 2024. All rights reserved.