Hi, I am writing a VOIP kind of application where:
1) One end (e.g. Board-1) will capture (AudioRecord class) and stream (UDP) and other board (e.g. Board-2) will receive (UDP) and playback (AudioTrack class) the raw audio data. 2) The exact reverse will also be happening i.e. Receive (UDP) and playback (AudioTrack) on Board-1 and Capture (AudioRecord) and stream (UDP) on Board-2 I find that at a time only capture or playback can work. As soon as playback starts the audio recording and sending stops or vice-versa. Does Android ICS support full-duplex mode in software? Can anyone please give me some Android application for reference? – Regards, Krunal -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
