Manipulating audio input(real-time) via line-in/mic
Well after two weeks of searching I have found many posts asking the same question, but getting no good answers. Either VB does not support this function or no one knows much about it. In either case, I'm going to try one more time before giving up.
I(like a multitude of others) am looking for information about manipulating the audio signal input in real-time from a guitar. Not just a simple spectrum analyzer, but altering the signal to produce such things as distortion/pitch/frequency/delay/chorus/volume. In essence, we are wanting to create a guitar amplifier you can play through your PC.
If it's not possible in VB I understand, but as I said, after searching high & low I have yet to see an answer either way. Perhaps this would make a good project for one of you VB audio guru's.
Thanks
Re: Manipulating audio input(real-time) via line-in/mic
Besides the fact that Windows is not a real-time OS (RTOS), I'm not sure VB is a good tool to use to write this kind of application. You might want to check out PureBasic, PowerBasic, or Liberty Basic which let you build very small and fast EXE's.
http://www.purebasic.com
http://www.powerbasic.com
http://www.libertybasic.com
Fred.