Loops the audio clip provided, which will play the audio clip indefinitely. Setting whether an audio clip should loop be done outside the update function.
The AudioClip reference
const audioClip = loop_audio(create_audio('bgm/GalacticHarmony.mp3', 0.5)); Copy
const audioClip = loop_audio(create_audio('bgm/GalacticHarmony.mp3', 0.5));
Loops the audio clip provided, which will play the audio clip indefinitely. Setting whether an audio clip should loop be done outside the update function.