record audio with builtin and external mic simultaneously

0

I want to record two channels of audio into Matlab on OSX, using the internal microphone and an external usb microphone at the same time.

Is this possible without any additional hardware?

hoosierEE

Posted 2014-12-09T15:08:12.247

Reputation: 344

Answers

0

I am not sure on how you would do that directly from Matlab, but what I'd do is record audio using two different programs (e.g. Quicktime and Garageband or some other freeware to record audio) and choose two different sources in the settings for each application. After recording, you can import the files into Matlab.

You'll also have to find a way to start recording simultaneously, for which I'd record an Automator script or use Applescript.

zombetto

Posted 2014-12-09T15:08:12.247

Reputation: 1