I am trying to get the audio incoming into the DSP to be routed in the "in/mic" of the USB, but I think I am missing something.
I have tried adding:
AudioOutputUSB usb2;
...
AudioConnection patchCord15(usb1, 0, usb2, 0);
AudioConnection patchCord16(usb1, 0, usb2, 1);
Also with Q_in_L or peak_amp instead of usb1 but nothing.
What can I be missing here ?
I am trying to get the audio incoming into the DSP to be routed in the "in/mic" of the USB, but I think I am missing something.
I have tried adding:
Also with
Q_in_Lorpeak_ampinstead ofusb1but nothing.What can I be missing here ?