Give us feedback
audioinputplugin
Mobile icon

AudioInput Plugin

Stable version 1.0.4 (Compatible with OutSystems 11)
Uploaded on 07 June 2022 by 
0.0
 (0 ratings)
audioinputplugin

AudioInput Plugin

Documentation
1.0.4

How to Use:

  1. Consume the AudioInputJSLibrary then set a client action that will be triggered when the user stops talking. Setting up the client action for the event is optional. If this is not set, nothing will happen when the user stops talking
  2. Use the AudioInputStart client action to start recording. Make sure that the app has permission for the microphone in order for the start recording to be successful
  3.  Use the AudioInputStop client action to stop the record then it will return a Binary Data and Base64 that could be use in your app. Note: This client action will automatically be called when the AutoDetectStop is set to True



1.0.0

Consume the AudioInputJSLibrary block then add it to screen. Then use all reusable client action for the plugin