azure avatar demo
1.0.0
欢迎来到Azure Avatar演示!该项目展示了Azure AI的文本到语音化身功能的集成到ReactJS应用程序中。使用此应用程序,您可以将栩栩如生的合成说话的化身带入您的项目。
观看演示视频
单击上面的链接以观看Azure Avatar的演示!
微软现在正在退休Azure转向服务。 Azure TTS Avatar正在使用Azure Turn Services进行通信。我添加了脚本以在Ubuntu实例上安装Coturn。执行installCoturn.sh以设置自己的转弯服务器。
请参阅此媒介链接 - >
https://raokarthik83.medium.com/azure-azure-avatar-tts-update-mogration-from-azure-azure-turn-turn-turn-turn-turn-14b6ac86d60c
请按照以下步骤设置并在本地运行该应用程序:
git clone https://github.com/hacktronaut/azure-avatar-demo.git
cd azure-avatar-demo
npm installnpm start该应用程序将在您的Web浏览器中的http:// localhost:3000处访问。
在运行应用程序之前,请确保在Config.js文件中配置必要的API键和设置。
// config.js
export const avatarAppConfig = {
cogSvcRegion : 'your-region' ,
cogSvcSubKey : 'your-subscription-key' ,
// ... (other configuration options)
} ;如果您遇到任何问题或有反馈,请打开问题。我们欢迎您的贡献和建议!
愉快的编码!