Move object with microphone sound!!!

Hi,

How can i get a microphone sound from user and then accord to that sound move the object?means that when i say A object moves to right,D move to left.

So thanks

That's really two different questions (and large ones, at that). 1) Obtaining microphone input data (for which someone here can probably help you), and 2) interpreting said input (which is probably beyond the scope of this site, but you might start here: http://en.wikipedia.org/wiki/Speech_recognition#Algorithms ).

Thanks,How can i microphone input data in unity3d?

1 Answer

1

In the 'Related' section there is this:

http://answers.unity3d.com/questions/23215/audio-microphone-analysis

I know that FMOD is capable of capturing microphone input the way you want and allows you to process the data any way you like. As for interpreting the voice data as commands you're on your own there, there might be some middleware to handle that but I don't know of any. There is a FMOD Unity wrapper available here: http://www.squaretangle.com/FMODUnity.html