Why was the default player setup changed at all? https://forum.zdoom.org/viewtopic.php?t=65863
Most of the synchronization was too deep in the implementation so that it did not guard everything it needed. Now each song has precisely one mutex which must be locked for all access to its internals - this is done in the public ZMusic interface
The CVARs are now just getting forwarded without any own logic.