Long story short, I just wanted to know if it's possible (and how) to have as audio input some external device (like USB microphone) but at the same time, as output the device's speaker/s ?
Use case example : video conference.
I managed to make it work only one of the two.. I noticed that in order for the USB microphone to work I have to use audioManager.setSpeakerphoneOn(false)
, which obviously is not of much help in my case since I need the speakers to output the conference audio streams.
Thanks in advance for any guidance into this.