Overview
This widget is used to record audio and convert into base64 value then you can store as mendix file object.
Documentation
Web Audio Recorder
Audio Recorder widget is used to record the audio and convert the audio to base64value.
Dependencies
Mendix version Above 9
Configuration
Place this widget inside the data view and create object to the Chosen Entity for data view.
Add one Attribute with string (unlimited) in that Entity.
Use OnChange microflow to save Audio to file Object.