LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does lvsound2 support more than 2 channels?

You can call those functions from LabVIEW by using some VIs which we did not put in the palette. In vi.lib/sound2.llb you will find GetNumDevices.vi and Sound Device Info.vi. There's also a Sound Output Set Volume.vi, which is on the palettes. We will consider adding the other two VIs to the palette.

If you are trying to call these from C, then you can use the function prototypes given in the Call Library Nodes in those VIs. We do not support this usage, though.

If you have any other questions about the LabVIEW Sound API, I'd be happy to answer them.
0 Kudos
Message 11 of 12
(664 Views)
Hi Adam,

thanks for the quick response.
No, I'm going to use the lvsound2.dll only from within LV.
If the function calls are allready wrapped for LV-use, thats perfect!
I just didn't realize to search within the llb you provide ...
I'll check it out, thank you.

Andreas
0 Kudos
Message 12 of 12
(658 Views)