I am creating an application were I record VOIP call using media recorder, 
other than Samsung device call get connected audio feed also received at 
both end and call get recorded with both audio and video. But when comes to 
Samsung device we are facing problem to record audio stream in recorded 
call. During our initial finding it was observed that Samsung device does 
not allow sharing of Mic when it is in use. We had tried with different 
audio source which are available, if I comment this two lines  
mMediaRecorder.setAudioSource(MediaRecorder.AudioSource.VOICE_CALL); 
mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AAC);
call gets connected and both user's are able to here each other voice, but 
with recorded file have only video recorded with no audio.
If i use uncomment above lines then audio feed is not heard during the call 
but recorded file has both audio and video, hence we came to the conclusion 
that Samsung device does not allow sharing of mic when is consumed by some 
other resource. 


VOICE_CALL (not working)
MIC (not working)
VOICE_DOWNLINK (not working)
VOICE_UPLINK (not working)
DEFAULT (not working)
CAMCORDER (not working)
VOICE_COMMUNICATION (not working)
VOICE_RECOGNITION (not working)

I had also tried several call recording Audio/Video application some of 
them are listed below along with the test result

AZ Screen Recorder - Fail 
SCR Screen Recorder - Fail
Screen Recorder 5+ - Fail
Background Video Recorder - Fail
Mobizen for Samsung - Fail

Is it possible to share mic in Samsung device when it is already consumed 
or mic is already in use by any other application ?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/24a7e084-800c-4423-b854-9ecdb2e6ee35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to