08-11-2009 02:04 PM
Hello,
I'm trying to create a FIFO buffer of a sound continuous acquired by PC microphone, to future generate a trigger and a perform a analysis of an specific range of samples.
I'm already acquiring the sound, generate the trigger and recording some samples, but the duration of the recorded sound it's never the same.
Thanks
Hugo Guerreiro
Solved! Go to Solution.
08-17-2009 03:34 AM
Hi,
You are running your VIs one a non-deterministic operating system, by the way when running your application several times you might encounter some "big" jitter.
I would consider using a timed loop and using its options to check if the time elapsed was the one you expected.
Have a nice day !
Regards,
08-17-2009 04:27 AM
08-17-2009 05:13 AM
I see what you mean, gonna try it
Thanks
Hugo Guerreiro
08-19-2009 01:17 PM
The tip you gave me was most helpfull, it solves the problem.
Thanks
Hugo Guerreiro