• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

play and record from MIC at same time!?

nasmeh2010

Newbie
Hi
I need application wich play and record (from MIC) at same time!
Record wav file must be byte (or 16bit) and MONO sampled at 44100 or 48000Hz!
 
Hi
I have developed an application in Java on similar lines using Java Sound API. There must be an API available for android as well to do the same. If u want to capture the audio in a file and then play It back from that file there will be a time delay of a few sec. But if u want to playback whatever u speak through your microphone without saving it first then it is possible without any delay.
 
Back
Top Bottom