Dn-FamiTracker icon indicating copy to clipboard operation
Dn-FamiTracker copied to clipboard

Reducing latency by waiting for room after writing audio before returning

Open nyanpasu64 opened this issue 3 years ago • 0 comments

Polling for room before generating audio, instead of generating audio and blocking on write, reduces keyboard-to-speaker latency, but reduces timing wiggle room too. I probably won't implement this due since it may exacerbate #144 (though you could instead increase buffer size afterwards? idk).

nyanpasu64 avatar Jun 10 '22 03:06 nyanpasu64