audioElementPoolSize

Sync Media Player manages a pool of Audio elements and listens on pointer events to setup the elements in a way that will allow continuous playback across audio files. This is done to reduce probability of the Sync Media Player getting paused during playback due to browser auto-play policy.

For more information on browser auto-play policy, see:

  • https://sites.google.com/a/chromium.org/dev/audio-video/autoplay

  • https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/

Defaults to 10.