I need to use the semiblindICA node for AEC. The input is a simple capture ALSA device (hw:0,0), and the reference is a virtual mic with the speakerś sound redirected to it (hw:1,0).
for that i use one AudioStreamFromMic node for hw:0,0 and another one for hw:1,0, but it only reads one of the PCM from the two AudioStreamFromMic nodes.
It should read hw:0,0 from the first one and hw:1,0 from the last one, but it reads hw:0,0 from both even though the device parameter is set correctly on both nodes.
How can i solve that?
Is there an alternative for capturing audio from ALSA devices?