audiodevice

  1. yo3ggx

    Android Question Select Audio In/Out devices for AudioStreamer

    Hello, Starting with Android 6.0, you can get the available audio input and output devices using AudioDeviceInfo. I'm using the following inline JAVA code to get the list of audio devices. For each in/out audiodevice device I get the name, id and type. #If JAVA import...
Top