Hello,
despite documentation, none of the well knows audio players can play the record captured by the powerapp microphone.
i capture the record,
send via email as attachment (flow)
try to play qtime or other ... no lucky, no fun.
Any help what is the format and/or how to save the captured recrods and play outside the powerapp ?
Solved! Go to Solution.
Hi @Anonymous,
Could you please share a bit more about your app's configuration?
How do you send the captured audio via the email? Using Microsoft Flow?
Further, which format do you store the captured audio with?
I have made a test on my side, please take a try with the following workaround:
Set the OnSelect property of the "Send Email" button to following formula:
Office365.SendEmail(
"Test1@xxxxxx.xxmicrosoft.com",
"Captured Audio Test",
"This is captured Audio resource",
{
Attachments:Table({Name:"Captured.mp3",ContentBytes:Microphone1.Audio})
}
)
Note: The Microphone1 represents the Microphone control within your app. Please store the captured records/audio as a MP3 file as a attachment of your email.
More details about sending an email with a attachment using Office365.SendEmail function, please check the following article:
Best regards,
Kris
Hi @Anonymous,
Could you please share a bit more about your app's configuration?
How do you send the captured audio via the email? Using Microsoft Flow?
Further, which format do you store the captured audio with?
I have made a test on my side, please take a try with the following workaround:
Set the OnSelect property of the "Send Email" button to following formula:
Office365.SendEmail(
"Test1@xxxxxx.xxmicrosoft.com",
"Captured Audio Test",
"This is captured Audio resource",
{
Attachments:Table({Name:"Captured.mp3",ContentBytes:Microphone1.Audio})
}
)
Note: The Microphone1 represents the Microphone control within your app. Please store the captured records/audio as a MP3 file as a attachment of your email.
More details about sending an email with a attachment using Office365.SendEmail function, please check the following article:
Best regards,
Kris
Hello,
this rule doesn't work for me. Marked red underscore.
But I finally fixed my problems. I'm sending by the flow. I'm getting the proper attachment like binary file (a few days back it was text encoding). The file seems to be mp3. I'm able to convert into the wave file and pass to speech. Works 🙂
Thank You.
Hi @Darius,
Have you solved your problem?
If you have solved your problem, please go ahead and click “Accept as Solution” so that this thread will be marked for other users to easily identify.
Best regards,
Kris
User | Count |
---|---|
256 | |
103 | |
92 | |
47 | |
37 |