Implementing a microphone component on forms

Hi all

I would like to implement a microphone component on my forms, is this possible, and if it is, can you direct me to resources that will help me with this.

Hi @andriesduplessis, welcome to the forums! This is not currently possible with Camunda Forms. Are you looking to have an audio file within your process?

Hi @nathan.loding, thank you for the feedback.

My idea is to create an application where the user can record with their voice a request, which will kick off a process instance, utilising openAI, to convert the speech to text, and determine which kind of query should be performed. If this is not possible on a form, I will create the user interface in java, and then use the process instance created to determine the flow.

This would be a really cool application of the AI! Not just blah-blah buzzword, but a real and useful use case. The user has just to confirm that he agrees to the fact that his voice is passed to some third party for the analysis.

@andriesduplessis - exactly the right approach: create an application that handles the voice recording and parsing, then send the data to the process for the rest!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.