Joanna Posted January 21, 2006 Report Posted January 21, 2006 Hi everyone! I want to create a VI in Labview 7.1 that has 8 wav files inputs and direct this signals to 8 different channels of a sound card simultaneously! I know how to send a single signal to a single channel, but I have no idea how to get 8 different analog outputs simultaneously. I am using Presonus Firepod sound card which has ASIO driver. I must use this ASIO driver? Labview supports ASIO driver? Anyone can help? Thanks in advance Joanna Quote
Kurt Posted October 25, 2006 Report Posted October 25, 2006 We do support 24-bit Sound* in Windows. We also do use DirectSound8 in Windows. It should be possible to develop a LabVIEW application that uses ASIO, but you will have to either wrap the ASIO interface directly (through Call Library Nodes; the DLL Import Wizard may help) or create your own DLL to sit between LabVIEW and ASIO (which is what we do for the LabVIEW Sound API). Can you use ASIO if you want to? Yes, but not using the Sound VIs. He'll have to make his own interface. It can be done, but it will be a little more work. *8.2 (maybe 8.0 as well) had a bug that broke 24-bit sound. It should be fixed in 8.2.1. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.