We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
The problem is said in the title. I would like to capture sound wich comes from an extern soundcard by selecting an other mixer, but I don't know how set the mixer as a new sound input.
Is it even the right way to do this ? If you have a better solution, I'll take it.
Thanks
thornydre
Answers
For now this is still the way to do it. It's deprecated because I intend to remove setInputMixer and setOutputMixer from the Minim class at some point, since they depend on JavaSound and I'd like to get Minim working on Android eventually (no JavaSound on Android). Anyway, check this example:
https://github.com/ddf/Minim/blob/master/examples/Advanced/setInputMixer/setInputMixer.pde