Skip to content

Audio IN to USB "in" ? #24

Description

@rhaamo

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions