Scans page for elements and creates playable controllers for them. It uses the element's 'id' attribute as a way of fetching one later.
const ae = new AudioElements();ae.init(); // Initialiseconst a = ae.get('kick'); // Get the source that had id 'kick' Copy
const ae = new AudioElements();ae.init(); // Initialiseconst a = ae.get('kick'); // Get the source that had id 'kick'
Gets a BasicAudio instance by key
BasicAudio instance, or undefined
Scans page for