LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i stream audio array into FIFO write?

Hi, 

The problem i faced is that my data is unable to stream into my FIFO write. 

On the PC.vi i extracted the Y value of sound.wav file and save it as a TDMS file. 

Then in my RT.vi i open and read the TDMS file using tha Advanced TDMS functions. Previously i connected the array to the express audio output vi and i am able to hear the sound from the audio output connector. However i need to use FPGA for other functions, i had to convert my express audio output vi into FPGA interface. Unfortunately, it does not work. I wired my array to the FIFO write in the RT.vi but no data seemed to be transferred to the FIFO read in the FPGA.vi as connect an indicator to the element output but the value always remain as 0. 

Hence is there a way to properly wire the audio array into FIFO write?

0 Kudos
Message 1 of 2
(2,618 Views)

It is very difficult to help you without seeing your code. If you want help debugging a coding issue you should at least post your RT and FPGA VIs or even better your entire project.

0 Kudos
Message 2 of 2
(2,550 Views)