03-15-2005 03:22 PM
03-16-2005 06:07 PM
03-16-2005 09:57 PM
03-18-2005 09:31 AM
01-04-2006 12:01 PM
Hi Travis.
As you mensioned that In LabVIEW 7.0 (and 7.1) we have sound output VIs to perform audio output through sound cards on your computer. Currently there is a limitation to these VIs of only being able to output sound through mono (1 channel) or stereo (2 channels) for a single sound card, i would like to know how can i use the stereo input of my sound card, because i just can use the mono or mic input,
What vi can I use to consigure my sound card to be able to use line in input wich is stereo. I want to have two inputs with my sound card.
Best Regards
01-05-2006 05:03 PM - edited 01-05-2006 05:03 PM
Hi!
This isn't a limitation of LabVIEW in any way. Most likely you will have to configure your sound card to accept input from your Line In input rather than the mic input. After that you can easily configure a stereo acquisition from your Line In on your sound card.
Assuming you are using the default Windows drivers for your sound card, follow these steps to change the sound input from Mic to Line In:
Open up the Sounds and Audio Devices application. You can find this in the Windows Control Panel (let me know if you aren't using Windows), and there's usually an item in the taskbar that looks like a little speaker.
Select the Options menu and select Properties. From this dialog make sure you select the Recording option rather than the default Playback, so that you can adjust levels and make selections for inputs rather than outputs.
Once you exit the dialog you will now see your input selections. You should check Line In. This will automatically deselect your Mic input. Now you can use the same device number in LabVIEW (default is 0) and use SI Config to configure a stereo sound acquisition that will be routed from your Line In input on your sound card.
Hope this helps!
Message Edited by Jarrod S. on 01-05-2006 05:08 PM