The default IAudioGenerator to play next.
When you call AudioSource.Play, the AudioSource will instantiate a Generator from the IAudioGenerator.CreateRuntime function and render samples from it as the audio system mixes. The instantiated Generator instance will be assigned to AudioSource.generatorInstance for runtime scripting control while it is playing.