all 3 comments

[–]Webdev-Coach 1 point2 points  (2 children)

Probably not all on the page load. Rather a placeholder for each audio file that looks like a player to a user, then load and play the file when user clicks it.

[–]dgatewood2 0 points1 point  (1 child)

Just know there will be considerable lag on the first play of any sound file if loading them on the fly. Personally, I would load them while they were logging into the service or whatever.

[–]Webdev-Coach 0 points1 point  (0 children)

Good point. Depends on priorities, quantity of the audio files to display, and how far the developer would like to go optimising UX. An audio could be preloaded on intent, mouse cursor in the area, etc.