I'm utilizing a high throughput FPGA personality for audio in and I'm able to pick up waveforms on a graph but I am unable to save the data into a .wav file. I am able to save a .wav file but it's empty (0 seconds).
The goal of the design is to have a microphone pick up audio for 5 seconds and then save the audio into a .wav file on the myRIO.
The issue seen is that the audio isn't being saved properly. The current method is to use the build waveform component after the audio in and then pushing it into the write waveforms to file component.