Hi,
I want to add some audio settings panel to my audio application. So I studied the AudioSettingsDemo.
In this demo a standard Component is used that creates the AudioDeviceManager and AudioDeviceSelectorComponent.
But my app (and many demo apps) use the AudioAppComponent, which I think already creates an audio manager, right?
But then how to use this AudioDeviceSelectorComponent, which seems to need this manager? Can I get a reference to the audio manager and use that when creating the AudioDeviceSelectorComponent?
