Skip to content

pre-release xSound

Compare
Choose a tag to compare
@Xogy Xogy released this 13 Jul 15:10
· 62 commits to master since this release

Bug fixed:

  • When sound played on the position you could hear the sound for 0.1 seconds before faint away. fixed

these events added

  • onPlayStart
  • onPlayEnd
  • onLoading
  • onPlayPause
  • onPlayResume

new functions added:

  • onPlayStart(name, function)

  • onPlayEnd(name, function)

  • onLoading(name, function)

  • onPlayPause(name, function)

  • onPlayResume(name, function)

  • getTimeStamp(name)

  • getMaxDuration(name)

  • setTimeStamp(name, time)

  • setTimeStamp(source ,name, time)

new column in array added

timeStamp
maxDuration