swati
swati

Reputation: 83

How to record sound from microphone in android app using meteor js

i am new in meteor js. i want to create a simple android app in that want to record voice or sound from microphone. I have checked around and people had luck with cordova-plugin-media-capture however, it seems to record audio and archive it on the android device. i look on this link but i don't know how to save recorded audio on device .if someone know this please help me and if knows other better package advice me.

Upvotes: 1

Views: 382

Answers (1)

Aboobakkar P S
Aboobakkar P S

Reputation: 806

If your new to meteor learn and try meteor sample apps and then step by step to create a android application.

  1. Create a simple app with button record audio
  2. Button click to run function with Meteor.isCordova inside put your cordova function Cordova Audio Vedio Capture Function.
  3. Then try to build android application using meteor ,please try to this tutorial Meteor run android.

Any Doubts comments or tweet twitter.com/aboopallikara

Upvotes: 1

Related Questions