Piotrekol / StreamCompanion

osu! information extractor, ranging from selected map info to live play data
MIT License
368 stars 59 forks source link

Feature Request: Token for (Live)Replay Frame Data #336

Open thedarklort opened 2 years ago

thedarklort commented 2 years ago

As discussed in the discord: https://discord.com/channels/452057328532062219/452797364420345866/917766971418902548

Possibility to access live Replay Frame Data via Tokens for accurate measurements and analysis of the current play

Piotrekol commented 2 months ago

(continuing from #405 ) currently, osu creates about 80 frames per second during gameplay, so I'm unsure how feasible is it to expose raw frames as tokens. I would expect these to be processed in process, in order to not have to deal with overhead of serializing/deserializing huge object arrays, containing ~10k objects for 2min map, several times per second.