[android-developers] How to record voice(audio) while call

2011-08-26 Thread GopalaKrishnan D
how to record voice or audio while call can any one help me pls... any
sample code
-- 
~* Regards*
*GopalaKrishnan D*

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to record voice(audio) while call

2011-08-26 Thread Mark Murphy
AFAIK, this is not possible, unless the device is in speakerphone mode.

On Fri, Aug 26, 2011 at 2:35 AM, GopalaKrishnan D gopall...@gmail.comwrote:


 how to record voice or audio while call can any one help me pls... any
 sample code
 --
 ~* Regards*
 *GopalaKrishnan D*

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to record voice(audio) while call

2011-08-26 Thread GopalaKrishnan D
My Problem is how to record voice

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to record voice(audio) while call

2011-08-26 Thread Michael Banzon
On Fri, Aug 26, 2011 at 8:46 AM, GopalaKrishnan D gopall...@gmail.com wrote:
 My Problem is how to record voice

I don't know how far along the process you are - but when I tried it I
had an example working in the emulator. Moving it to the phone made it
useless though. As far as I could tell at the time it was because the
calls where processed by hardware and NOT by software. This made the
voice of the local end recordable but as the other end was routed
directly to the speaker it was impossible to record with software.

As MM wrote you could record both sides of the conversation if the
speakerphone feature was enabled (which is just like recording one
side of the conversation). Most Market apps I have studied use this
approach. Individual handset makers could deviate from the
hardware-only path - but so far I have testet on about eight different
handsets (HTC, SE, Samsung, Motorola) and none had the ability.

If I am wrong about my assumptions I would very much like to be corrected ;-)

For code samples to record audio I recommend you do a *insert
favourite search engine* search.

-- 
Michael Banzon
http://michaelbanzon.com/

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en