views:

104

answers:

2

I want to add a feature into my app where you can record sound and then use it within the app (MediaPlayer)

How can I do this?

-First, how do I record sound? -Second, how do I get it into a Mediaplayer? -Does it have to be saved? or can it go from being recorded -> into app straight away...

Please help,

Thanks alot...

James

+1  A: 

Try this (didn't try it myself)

Lo'oris
I need relative answers, not mindless dribble :) :P
James Rattray
A: 

Use AudioRecord class.