scornflake
scornflake

Reputation: 328

Multiple AKDevice inputs with AudioKit

I'm new to AudioKit (but a reasonable amount of previous experience with CoreAudio).

Is there any way to attach multiple specific device inputs to a single mixer? I'm wanting to record a couple of mics, plus another virtual device. So far I see only a single "AKMicrophone" which appears to represent the current default input device. If I do a .setDevice on it; that call also changes the current default input device in system prefs (which I definitely dont want).

I feel like I'm missing a core concept. Any tips appreciated. Thank you :)

Upvotes: 2

Views: 131

Answers (1)

Aurelius Prochazka
Aurelius Prochazka

Reputation: 4573

I don't think this is possible with AudioKit as its currently set up. It was highly iOS driven early on and we don't have good support for multiple inputs or outputs for that matter. We're looking to improve upon this as we do have a high profile client who also wants to do more pro level stuff on macOS with AudioKit. We'd welcome any changes you'd want to pull request in.

Upvotes: 1

Related Questions