long audio c# sample: whow to select standard neural voice

stefan moisei 6 Reputation points
2021-01-12T09:34:24.227+00:00

Hello,
Docs state that long audio api can use bot public and custom neural voices. when I try to use the batchsyntesis action from the c# samples, I get:
CustomVoice-API batchsynthesis create subscriptionKey [YourSubscriptionKey] hostURI https://<region>.cu
stomvoice.api.speech.microsoft.com/ name test description test inputTextPath ./script.txt locale en-US models modelId1;m
odelId2 outputFormat riff-16khz-16bit-mono-pcm isConcatenateResult false
As far as I can see, it wants model, not voice nnames. How do I generate audio using a public voice? DO I need to use another action?
Thanks.

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

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,641 Reputation points
    2021-02-03T04:44:16.25+00:00

    @stefan moisei Thanks for the details. Audio Content Creation tool http://speech.microsoft.com/audiocontentcreation, if you haven’t used it already. It is an UI allowing you to generate audio from text and use SSML (including phoneme) to tune the content.

    Sox is another option, The document references for SoX.

    To have multiple voices and creating different voices, we can use the Custom Voice.

    0 comments No comments