Hi all,
I was wondering if any of you guys know if there is a way to get the Audio recorded from “Record” block as a string encoded as Base64. Or even as an Array of Bytes to be later converted into Base64.
Background:
I need to pass audio to an ASR engine that does not use MRCP (don’t try to argue on that
that’s a requirement), but instead it takes the audio encoded as Base64 (along with some other metadata) in a REST request and then get the response as the Text Interpretation along with other metadata to be passed to another system.
Anyway, any crazy idea on this will be valid. I thought about creating a WebDav server to be used as the sink point of the recordings and then it converts the audio into Base64 to be later get by the application in an HTTP request. That’s the deperation level I’m facing ![]()
Thanks in advance on any thoughts