简体   繁体   English

如何使用 Azure 中的 CognitiveServices 更改口语速度?

[英]How can I change the speed of spoken words, using CognitiveServices in Azure?

I want to save text to mp3, how can I change the speed of the spoken language, using CognitiveServices.Speech.SpeechSynthesizer ?我想将文本保存为 mp3,如何使用CognitiveServices.Speech.SpeechSynthesizer更改口语速度?

System:系统:

var synth = new System.Speech.Synthesis.SpeechSynthesizer()
synth.Rate = (int)-10;

CognitiveServices:认知服务:

var synth = new Microsoft.CognitiveServices.Speech.SpeechSynthesizer(config, fileOutput)
//change speed?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ModuleNotFoundError:没有名为“azure.cognitiveservices.vision.customvision”的模块 - ModuleNotFoundError: No module named 'azure.cognitiveservices.vision.customvision' 如何使用托管身份连接到 Azure SQL 数据库? - How can i connect to Azure SQL Database using Managed Identity? 我可以更改 azure blob 存储的版本计数限制吗? - Can i change count limit of versions for azure blob storage? 如何删除 Azure 中的通用虚拟机? - How can I delete a generalized VM in Azure? 我如何从 solarwinds SAM 推送日志以使用 Azure 监视器查看分析 - How can i push logs from solarwinds SAM to view analytics using Azure monitor 我必须在 azure 数据工厂中找到具有最大速度大小的文件 - I have to find the file with maximum speed size in azure data factory 如何在 Azure DevOps 上运行的 PowerShell 上登录 azure - How can I login azure on PowerShell that run on Azure DevOps 如何将 Terraform 中的逻辑用于 Azure? - How can i use logic in Terraform for Azure? 如何授权保护Azure Function? - How I can protect Azure Function by authorization? 如何修复 Azure Bastion 会话? - How can I fix Azure Bastion sessions?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM