Audio Player Component

Overview

Enables playing audio in interfaces from a URL resource.  The supported audio types are WAV, MP3 and OGG.

Inputs:

  • urlResource
  • audioType
    • Supported values are: "mp3", "ogg", or "wav"
  • volume
    • Sets the playback volume, from 0 - 1
  • enableAudioLoop
    • Enables playing audio on a loop
  • playbackSpeed
    • Sets playback speed, from .5x - 2x
  • timeStamp
    • Set the timestamp of the audio, from 0 - end of audio file
  • onPlayerStateChanged
    • SaveInto called when audio is played/paused with the current timestamp
Anonymous