DO NOT Play On Awake

Is there a way I can make the default of an AudioSource be DO NOT Play On Awake?

untick play on awake in the component or use this code: Unity - Scripting API: AudioSource.playOnAwake

If setting in code, it won’t actually play on awake until all awakes have finished processing, so you have time to insert code afaik, or just tick it off in the component/sound.