Hacker News new | ask | show | jobs
by beiller 952 days ago
Your talk of xrun is giving me anxiety. When I was younger I dreamed of having a linux audio effects stack with cheap hardware on stage and xruns brought my dreams crashing down.
1 comments

xrun definition: https://unix.stackexchange.com/questions/199498/what-are-xru...

(I didn't know the term, trying to be helpful if others don't)

just a buffer under/overrun
it's cross-run aka xrun because these buffers are circular.

Depending on implementation, it will either pause or play the old sample where the new one isn't yet but should be.