Jump to content

How to get 8 simultaneously outputs from 8 channels?


Joanna

Recommended Posts

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

Link to comment
  • 9 months later...

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.