Here's how the BufferLoader class can be used. In this simple example, two AudioBuffers are created and when they are finished loading, they are played back at the same time. This button plays them again each time clicked, because that reloads it.

Here's playing source3 directly out

// will only place once, unless it is reloaded

Here's a play button for filtering sample 3 of those loaded. Will only play once until reloaded, but does loop until stopped. So if the button above has already been used, need to reload wia the BufferLoader, then play this one.

Here's a stop button for filtering sample 3 of those loaded. Will only play once until reloaded, but does loop until stopped.