stereo recording on unity4.6

Hi all,
I am trying to take a stereo recording from my usb microphone arrays.

audio.clip = Microphone.Start(“”, true, 1, FREQUENCY);
Debug.Log(audio.clip.channels);

It turns out that channel is always mono.
Anyone has ideas about how to take stereo recording in unity?

Thanks.

Yeah, that never worked…