Audio Input Class?
-
I'm working on a project for my Comp Sci class, so I figured I'd make a homebrew version of rock band/guitar hero, except with real instruments. I was wondering if there is a way to capture the audio input in a stream, and then if there was a way to check the pitch of a particular point of that input stream. Any help would be appreciated. Thanks.
There is no knowledge that is not power. - Mortal Kombat
-
I'm working on a project for my Comp Sci class, so I figured I'd make a homebrew version of rock band/guitar hero, except with real instruments. I was wondering if there is a way to capture the audio input in a stream, and then if there was a way to check the pitch of a particular point of that input stream. Any help would be appreciated. Thanks.
There is no knowledge that is not power. - Mortal Kombat
Rock Band and Guitar Hero do not support real instruments. You can capture the input, but I'm not sure how hard it is to work out a pitch, especially if it's a guitar, which can have vibrato, bent strings, whammy bar, etc.
Christian Graus Driven to the arms of OSX by Vista.
-
Rock Band and Guitar Hero do not support real instruments. You can capture the input, but I'm not sure how hard it is to work out a pitch, especially if it's a guitar, which can have vibrato, bent strings, whammy bar, etc.
Christian Graus Driven to the arms of OSX by Vista.
Even capturing the input would be a good enough start from where I'm at. I imagine I can learn how to manipulate the captured audio on my own - something about FFTs, I was reading. Makes me wanna play FF Tactics. :D Is there any way I could convince you to post a link or snippet showing how to capture the audio?
There is no knowledge that is not power. - Mortal Kombat
-
Even capturing the input would be a good enough start from where I'm at. I imagine I can learn how to manipulate the captured audio on my own - something about FFTs, I was reading. Makes me wanna play FF Tactics. :D Is there any way I could convince you to post a link or snippet showing how to capture the audio?
There is no knowledge that is not power. - Mortal Kombat
My first google hit was a code project article: http://www.codeproject.com/KB/audio-video/cswavrec.aspx[^]
Christian Graus Driven to the arms of OSX by Vista.
-
My first google hit was a code project article: http://www.codeproject.com/KB/audio-video/cswavrec.aspx[^]
Christian Graus Driven to the arms of OSX by Vista.
Thanks, this should help a lot. You must just be a a better searcher than I. I'll let you see the finished project, if you want. Probably won't be done (to completion) until about late April though...
There is no knowledge that is not power. - Mortal Kombat