Android Audio Routing

  • Replies:0
lesockz
  • Forum posts: 1

Jun 28, 2018, 3:59:23 PM via Website

Hello,

i'm using a Nvidia Shield TV with an USB Audio Converter connected.

I'd like to write a small app to change Audio Sink between HDMI and USB-Audio.

Till now i only found a solution to get connected/available Audio devices/Sinks.

val devices = audioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS)

Does anyone have a suggestion?

Greets,
Andi

Be the first to answer