Audio scrubbing was integrated into generic seek functionality. This
caused audible glitches when dependency graph updated scene and audio
scrubbing was enabled.
Decouple audio scrubbing from generic seeking. Scrubbing is now handled
by ANIM_OT_change_frame operator explicitly.
Not sure if this is good change. I would probably do this if it was up to me. But perhaps I am missing some obstacle.