Is there any way to record audio with microphone in Unity3D?

Sorry about my poor English,

Here’s my question,

is there any way to record audio with microphone in Unity3D?

I would like to make this feature:::

Recording audio with microphone and output to an audio sound data like “.wav,.mp3…whatever”

can anyone help us?

Thanks a lot!

With Unity 3.5 - there is only a beta yet - you can record from microphone. It is not possible to directly save your AudioClip from Unity as .wav or anything else. But you have at least access to the audio data from the clip and you could implement your own wav exporter like that.