Quick question about audio.loadSound()

Which is the maximum duration for a sound if I use audio.loadSound()?

I just want to know if I can play an audio of 8 seconds using loadSound ()

thanks

DoDi

I don’t think there is a maximum duration specified.

Just remember, loading long (big) files with loadSound takes time because they have to be fully loaded all at once.

I don’t think there is a maximum duration specified.

Just remember, loading long (big) files with loadSound takes time because they have to be fully loaded all at once.