08-24-2010 04:30 PM
I am trying to receive UDP packets, which are at a slow rate, around 1.5k. Each packet includes 2 consecutive sound samples, so an audio sample rate of 3k. I'd like to set up the sound writing VI to continuously play them as they are received. I can't seem to get it to work.
What I did get to work was to buffer the samples first, then play the buffer, but then the buffer resets to refill, and my sound becomes choppy.
Any thoughts?
Thanks
08-25-2010 01:49 AM