Hello Yasin,
We don't have formal patch for your requirement, but I can give you some suggestions to update your application. Please see folloiwng :
When system normaly working, there are 2 sound card devices in your system, so you should think how to modify audio HAL(tinyALSA.c) if you are using android system, Defferent audio stream from application should be distributed to different sound card, it's not difficult to realize this goal. if you are using linux OS, you can think how to configure ALSA config file ,such as /etc/asound.conf etc.
Hope above advice can help you !
Regards,
Weidong