Web Audio Recorder

Content Type: Widget
Categories: Communication

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.


screenshots

Create entity like this below



Place this inside data view to use widget .

Create Data source Microflow to store Base64 value coming from widget in to the String Attribute of that Entity.




OCH Microfow below to convert base64 to file

Converting Base64 String value to File using Community commons Java Action.



Decode

onclick to start record


Again onclick to Stop record

Releases

Version: 1.0.0
Framework Version: 9.0.5
Release Notes: **# 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. **# screenshots** # Create entity like this below ![image](https://github.com/Suriyakakashi/Web-Audio-Recorder/assets/141641988/19ba3000-8910-40c4-ab33-45b7e4eda90b) # Place this inside data view to use widget . Create Data source Microflow to store Base64 value coming from widget in to the String Attribute of that Entity. ![image](https://github.com/Suriyakakashi/Web-Audio-Recorder/assets/141641988/2947442f-ff5e-4250-8be2-1b2c4e2014c0) # OCH Microfow below to convert base64 to file Converting Base64 String value to File using Community commons Java Action. # Decode # onclick to start record # Again onclick to Stop record