开发者

"Could not get audio input for record source 7" : SipAudioCall.start() Android 2.3.3 on Samsung GT-I9001 (Samsung Galaxy S Plus) doesn't work

I'm trying to start sample VoIP application on my Samsung Galaxy S. In the emulator application works just like a charm but during test on the phone I get :

09-20 13:41:57.874: VERBOSE/AudioPolicyManager(114): getDeviceForStrategy() strategy 3, device 2
09-20 13:41:57.874: VERBOSE/AudioPolicyManager(114): setOutputDevice() output 1 device 0 delayMs 0
09-20 13:41:57.874: VERBOSE/AudioPolicyManager(114): setOutputDevice() setting same device 0 or null device for output 1
09-20 13:41:57.884: VERBOSE/AudioPolicyManager(114): getDeviceForStrategy() from cache strategy 1, device 2
09-20 13:41:57.884: VERBOSE/AudioPolicyManager(114): getOutput() stream 0, samplingRate 0, format 0, channels c, flags 0
09-20 13:41:57.884: VERBOSE/AudioPolicyManager(114): getDeviceForStrategy() from cache strategy 1, device 2
09-20 13:41:57.884: VERBOSE/AudioPolicyManager(114): getOutput() stream 0, samplingRate 8000, format 1, channels 4, flags 0
09-20 13:41:57.884: WARN/AudioPolicyManager(114): getInput() invalid input source 7
09-20 13:41:57.884: VERBOSE/Au开发者_Go百科dioPolicyManager(114): getDeviceForInputSource()input source 7, device 00000000
09-20 13:41:57.884: VERBOSE/AudioPolicyManager(114): getInput() inputSource 7, samplingRate 8000, format 1, channels 10, acoustics 0
09-20 13:41:57.884: ERROR/AudioRecord(4228): Could not get audio input for record source 7
09-20 13:41:57.884: ERROR/AudioGroup(4228): cannot initialize audio device
09-20 13:41:57.884: VERBOSE/AudioPolicyManager(114): releaseOutput() 

The result is that nothing is captured by the phone and no voice is played through the speaker.

Thank you for help.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜