How to record voice in web/native app Mx 8?

0
Hi guys   I am wondering how I can record voice in a web app or in the native app in Mx 8. Anyone an idea or working example?
asked
2 answers
2

First start with this text-to-speech App resulting in this demo of this App

Then modify that javascript to use Speech recognition as described in this Mozilla docs.

answered
0

You could create a pluggable widget  or JavaScript action, based on a plugin.

For example: https://www.npmjs.com/package/react-native-sound-recorder

answered