How to play an audio clip in a call in android, as the official docs says media player class does not allow this from java api
level.
I got to know that audioflinger
library or ALSA
can be used to do this or creating a virtual microphone. So kindly let me know what is the best approach..
Thanks