How to read simultaneously from two ALSA devices

  • このトピックには1件の返信、2人の参加者があり、最後に匿名により8年、 1ヶ月前に更新されました。
2件の投稿を表示中 - 1 - 2件目 (全2件中)
  • 投稿者
    投稿
  • #523
    匿名
    参加者

    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?

    #525
    匿名
    参加者

    Hello,

    HARK does not support using multiple audio devices at the same time.
    You should use one multi-channel audio device and one channel of the device should be reference signal for SemiBlindICA.
    To support multiple audio devices is future work.

    Best,
    HARK Support team

2件の投稿を表示中 - 1 - 2件目 (全2件中)
  • このトピックに返信するにはログインが必要です。