firestarter / bulletin

0 stars 0 forks source link

boombox audio pacing improvements #45

Open nkomarn opened 1 month ago

nkomarn commented 1 month ago

currently, the noteblock api used by boomboxes relies on the server's tickrate to play notes. if the server is lagging even a little bit, this causes a noticeable delay in the notes.

my idea is to rework noteblock api to be completely independent of the minecraft tick thread.