The consumption of CPU performance is too high for little work done.
A possible solution would be to restrict the update frequency to some value other updates are ok with.
There are two update routines that are unbound at the moment:
[ ] main on_update function -> check update thread
[ ] on_audio function -> check audio thread
[x] try yielding the update thread => does not do any cpu consumption reduction!
The consumption of CPU performance is too high for little work done.
A possible solution would be to restrict the update frequency to some value other updates are ok with. There are two update routines that are unbound at the moment:
on_update
function -> check update threadon_audio
function -> check audio thread