Attach this component to an entity with an AudioSource component to start
playback the next time the AudioSystem updates. Once playback starts, the
AudioSystem removes this component.
Attaching an AudioSourceStart component to an already playing source re-starts
playback from the beginning.
To stop a playing source, use the AudioSourceStop component.
Attach this component to an entity with an AudioSource component to start playback the next time the AudioSystem updates. Once playback starts, the AudioSystem removes this component. Attaching an AudioSourceStart component to an already playing source re-starts playback from the beginning. To stop a playing source, use the AudioSourceStop component.