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