ozguronsoy/HephAudio

Add device enumeration to both android audio classes via AudioManager

ozguronsoy opened this issue · 0 comments

Create an abstract base class called AndroidAudioBase, this will handle the device enumeration.
Derive AndroidAudioSLES and AndroidAudioA from the AndroidAudioBase class.
Add device selection when initializing render and capture to AndroidAudioSLES.