When enabling 'spatialize' on a stopped audio source with a custom filter (OnAudioFilterRead), the FMOD graph would be reconfigured in an incorrect state, resulting in immediate audio output from the filter. The fix ensures this only happens if the audio source is playing. Correct initialisation of the graph will happen in Play().
Fixed in 2023.1.0a5