In the instance of a page with a great deal of HTML5 audio, and to maximize the load time efficiency (i.e. - to make it load as fast as possible), couldn't we set a value in the preload parameter to achieve this? Currently, I have preload set to "auto", but I what if we want to not have any page loading ALL of the audio before the page is completely "loaded"? Since in the instance of a user requiring ALL of the audio at any one visit, or even simultaneously is unlikely, how would we achieve that the audio files are only loaded on-demand, and thus achieving maximum load efficiency for the scenario?
Thanks in advance for the insight.