What should I use besides the javax.net.sampled package to handle audio streaming?

I am trying to develop an audio conferencing application between two Android mobile phones using socket programming. I managed to do this in java using the javax.net.sampled package to handle audio streaming. But this package is not available in android, and I use api 10. So what should I use besides javax.net.sampled package to handle audio streaming?

+4
source share

All Articles