Hi,
I would need an example how to record audio from mic (mobile, tablet, notebook) and to save the stream to a file. Have I overlooked something in the audio control (Wisej 2.5) or can it playback only?
Regards
Johann
Hi Johann,
The AudioControl in Wisej is solely used to playback audio files.
I have attached a sample that uses the native MediaRecorder API (MediaRecorder – Web APIs | MDN (mozilla.org)) to record audio and attach it to the AudioControl aswell as saving it into the server.
Let us know if you need anything else!
HTH,
Alaa
Please login first to submit.