Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

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!

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Audio Recorder

Hello Lim,

The references above will be useful
https://getsatisfaction.com/apperyio/...
To save to database use File API
http://devcenter.appery.io/documentat...

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Audio Recorder

Hi,
what component should i use to capture audio?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Audio Recorder

Hi Lim,

You can use button click event, for example. Run this code there.

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Audio Recorder

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]
);

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Audio Recorder

Hi Lim,

Are you testing this code on a device?

Lim Samantha
Posts: 0
Joined: Wed Jun 11, 2014 6:50 am

Audio Recorder

Yes, on a ipad.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Audio Recorder

Have you tried to debug your code?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Audio Recorder

Hello Lim,

Would you kindly let me know are there any errors in console?

Return to “Issues”