Audio Recorder
Hi Team,
I would like to record an audio/voice and save it into my database.
How do I do it?
Please assist , thanks!
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Team,
I would like to record an audio/voice and save it into my database.
How do I do it?
Please assist , thanks!
Hello Lim,
The references above will be useful
https://getsatisfaction.com/apperyio/...
To save to database use File API
http://devcenter.appery.io/documentat...
Hi,
what component should i use to capture audio?
Hi Lim,
You can use button click event, for example. Run this code there.
Thanks.
I tried adding the codes at the button click event but it seems to have and does not support Cordova JavaScript functions.
Codes are:
navigator.device.capture.captureAudio(
CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureAudioOptions options]
);
Hi Lim,
Are you testing this code on a device?
Yes, on a ipad.
Have you tried to debug your code?
Hello Lim,
Would you kindly let me know are there any errors in console?