Please correct the errors below.
L/R L/R

Controlling audio loading in the Soundslice embed

Our API lets you control the loading of recordings’ underlying MP3s. The default Soundslice behavior is:

  1. Automatically load the default recording (the last one in the list), on page load.
  2. For every other recording, defer loading until the user selects it and presses play.

You can change this behavior in two ways:

  1. Use the defer=1 URL parameter to stop automatic loading of the default recording on page load.
  2. Use the loadAudioByIndex() JavaScript API method to load a given recording at any time.