Y
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
utopcell
864 days ago
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.
link
polishdude20
863 days ago
Ah right that makes sense
link