09-18-2012 04:40 AM
Hi,
I got a burning question about my school project. I need to use labview and my NI-mydaq to test the difference between
various samples rates and bit depths.
I linked an mp3 file to the AUDIO IN of my NI-mydaq and created a way to be able of switching sample rate while running my program.
Now I would like to link my program inside the NI-mydaq to my AUDIO OUT...
So... I generated daqmx code out of an input daq assistant, how can I link my daqmx code to another daq assistant to hear my audio output?
09-24-2012 05:35 AM
Hello Fontys_Student...,
I am not sure I properly understand your question.
You want to, first, acquire a signal from the AUDIO IN input, second, do some processing on the acquired signal and, third, generate this processed signal at the AUDIO OUT, right? What is the part causing some troubles?
If you already have the signal acquired and processed, you can simply wire this processed signal to the "data" input of a second DAQ Assistant, right?
Did you already have a look at the myDAQ User Guide (http://www.ni.com/pdf/manuals/373060e.pdf)? On page 32-35, there is an example showing what you need I suppose.