简体   繁体   中英

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 ?

System:

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

CognitiveServices:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM