Getting microphone data using c#
Hi there,
I'm trying (and failing) to do an assignment for a beginners game design course. We have to implement the microphone into a game. I've used a tutorial (in C#) to make a flappy-bird-clone type game. What I want is instead of the space bar making the bird jump, for microphone input (blowing, etc) to make the bird jump.
I purchased Mic Control 2 but am having a hard time accessing its data from the code. I'm not sure if I'm even looking in the right place and any help or input would be appreciated, or ideas for doing this a better way!
Thanks.
Answer by jgodfrey · Mar 11, 2016 at 03:45 AM
I don't know anything about the Mic Control 2 asset, but looking at it on the asset store, I see the following:
Tutorial Videos
A link to a support website that also has tutorial videos (maybe the same vids?)
Anyway, if the videos don't answer your questions, I'd bet the asset provider would be happy to give you a push in the right direction.
Your answer
Follow this Question
Related Questions
How to enable a script in Play-Mode? 1 Answer
Convert a java script in a c#??? thank you 1 Answer
Import/Export PlayerPrefs 0 Answers
How to make OnTriggerEnter() change the speed of the Enemy Paddle of a Pong game? 0 Answers
First Person Controller error, "IndexOutOfRangeException:Array index is out of range." 1 Answer