Android Oboe Library: 2 streams recording from 2 recording devices possible?

后端 未结 2 1920
别跟我提以往
别跟我提以往 2021-01-24 09:40
  • Device: HUAWEI P smart

  • Android-Version: 8.0.0

  • Generic Application:
    RecDev1 -> PlayDev1
    RecDev2 -> PlayDev2
    \"simult
2条回答
  •  被撕碎了的回忆
    2021-01-24 10:22

    Android does not allow you to open input (ie recording) audio streams to more than one audio device at the same time. This use case is not supported.

    Perhaps if you explain why you want to record from different built-in microphones at the same time I could suggest a workaround.

    Update: The term Audio Device refers to a device capable or receiving or sending audio. An audio device can have multiple microphones and/or speakers attached to it, and these are represented as different channels.

提交回复
热议问题