Cannot create multiple AudioIn instances

Hi @Irigami,

In principle do s.th. like this …

  • Create an AudioIn Object
  • Call the getSources() from it to see if and how many sources are available.
  • If there are sources available
  • Create an AudioIn and setSource(0) for the first, and create another AudioIn and setSource(1) if it is available.
  • Start both by start().
  • Check on each step for errors…

Check the references I’d posted earlier for possible restrictions or prerequisites…

Cheers
— mnse