Hacker News new | ask | show | jobs
by polishdude20 864 days ago
What's the drawback of a 16 sample buffer over 128 samples?
1 comments

Longer buffers allow for jitter in processing further upstream. If you get a buffer every 0.6ms, you need to be able to process it always within 0.6ms.
Ah right that makes sense