Hey, I am new to JUCE and am creating a simple app that creates a waveform based on audio input. Currently, I am having trouble accessing both input and output channels. I want to be able to switch between them with a toggle button but currently, I am only able to access my microphone audio channels and am having trouble switching the audio stream buffers to my desktop audio stream instead. I am using Voicemeeter as my audio interface for my computer and I am using the “Processing audio input” & “Visualise the frequencies of a signal in real time” tutorials as a basis for setting up my device manager and AudioDeviceSelectorComponent. Any pointers for something I can look to for information relating to this problem would be much appreciated!
I fixed the problem. I instantiated my audio channels in the wrong order.
