08-08-2012 01:14 PM
I have a usb mic and I and trying to use th esound pinput configure VI. I need to input the location for my usb mic. But going to device manager says my mic is at location 0000.0013.0000.002.000.000.000.000.000.
I obviously cannot use that in the location input on the vi. Is there a simple way to get around this?
08-09-2012 08:46 AM
Updated: Here is a snippet of code on the left. The default is 0, the standard mic in on a sound card. But since this mic isn't on a sound card I am not sure how to use its location. Or whether this is simply a different and better way. Any one else run into this problem?
Here is a photo of the properties under the device manager.
08-09-2012 12:46 PM
Hello Nate,
Try dropping an Acquire Sound Express VI. There is a Device combo box in the configuration dialog that shows all of the sound devices on the computer. Select the one you are using and it will give you the "device ID" number that you will use as an input to the 'Sound Input Configure' VI.
Hope this helps!
Joel C.
National Instruments
08-09-2012 01:56 PM
It is oddly not listing it. All the other applications on my machine can record sound from it, but not labview.
You can see the device I want to use, it is set as default.
But it doesn't show in Labview.
08-10-2012 10:58 AM
Hello Nate,
Have you tried restarting the computer with the device connected? You might also try communicating via VISA instead.
http://www.ni.com/white-paper/4478/en
It can be a little more involved, you might be able to find some microphone specific VISA examples with a little bit of searching.
Thanks
Joel C.
National Instruments
04-16-2013 02:49 AM
Guys,
Did it work with the White Paper suggestions? I have the same problem.
Did it solve the issue?
04-16-2013 11:05 AM
Solved via Restar of PC/Win7,
Thanks
04-16-2013 04:13 PM
Sorry Joel, I just noticed this topic again. I can't remember what I ended up doing anyways. I used to work for IT, so I definitely had restarted it.