web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

How to use the AzureTexttospeech connector in a PowerApp

Joel Simons Profile Picture Posted by Joel Simons

I selected the connector and put a button on the canvas.

On the OnSelect method I placed following code

 

Set( _myOutput, AzureTexttospeech.ConvertTextToSpeech("en-US-JennyNeural", "en-US", TextOut.Text));

 

Where can I find the audio fragment to set on my Audio object?

 

How to use this connector?

Categories:

Comments