Realtime Audio Requirements
Audio processing has to be done in "realtime", in 10ms-ish
Realtime != high performance processing. WCET (worst case exec. time) matters.
Realtime blockers: GC, JIT, I/O, thread blocking, many system calls...
non-RT? audio glitches, out-of-sync performance, dropouts = noise