So, I'm trying to create a utility in C# that reads input from the microphone and draws the wav that is being recorded. Interestingly, though, I have three device shown in my Capture Device enumeration. The first is the apparently default or stub or something device. This device never actually gets input in. The second device is my USB webcam with microphone, this microphone claims to have no functionality. The third is my sound card. This device works. Now the weird issue is that if the only microphone I have connected is my USB webcam, then trying to read in sound from the microphone still fails, but the sound card device accurately records the incoming sound. Any ideas as to why this might be? Camera is a Logitech QuickCam Ultra Vision.

~Viz

Reply