Skip to content

Releases: Xogy/xsound

pre-release xSound

13 Jul 15:10
Compare
Choose a tag to compare

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

SoundSystem 1.1

02 Jun 14:28
Compare
Choose a tag to compare

Fixed some issue with playing sound and volume (this one should work without any errors)

SoundSystem 1.0

31 May 15:31
9bd1bdb
Compare
Choose a tag to compare

Released 1.0 version