03-15-2010 11:59 PM - edited 03-16-2010 12:02 AM
I'm getting a buffer overflow error while acquiring data from 2 microphones.
I'm sampling at 22050 S/s with 5000 S/ch.
Within a second I get the error,
"Error 4823 occurred at Sound Input Read (DBL).vi->New.vi
Possible reason(s):
LabVIEW: (Hex 0x12D7) You cannot perform this operation without an active task. Ensure that a task is active and try again. An input task might stop running if the input buffer overflows. Overflow occurs when the data is not read fast enough."
Is there something I can do to fix this? I tried playing with the S/ch and S/s values but couldn't fix the problem. I would think this will become a bigger problem when I try more than 2 microphones. I searched online for a solution to this problem but couldn't find anything that worked for me.
Thanks very much. Examples or any suggestions are greatly appreciated.
Solved! Go to Solution.
03-16-2010 12:28 AM