Im creating a varibale created from a OpenAI function. The problem appears when I try to use this variable as input to the Medis property in the Voice control and this is not accepted. Do I need to re-format it?
Thanks in advance!
Is "varUt2" base64 format? Try something like below first:
Substitute(base64,"""","")
For Audio control, you can only access audio files from Media and online resource.
For your scenario, your audio file are dynamic converted, Media files are not working.
You could try to upload the audio files to online service which can access directly, and then passing the url in the Audio.Media.
If you did not want to invoke online service, you could try save the audio files to list attachment, and then access it by something like below:
Best Regards,
Meekou
I have a function that gives me a stream (mp3) and I fetch this into a variable. I then tried to use this variable as an input to Media in the Audio Player control. Accoding to PowerApps this is not allowed.
Are there any workaround?
----------------------
Function:
WarrenBelz
146,609
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,946
Most Valuable Professional