Skip to content

Releases: Xogy/xsound

xSound 1.4.3

28 Sep 12:08
8790f60
Compare
Choose a tag to compare
  • folder with html/sounds/ to avoid warning in the console.
  • for crew phone added export for shared object getter.

xSound 1.4.2

25 Dec 16:19
Compare
Choose a tag to compare

fixed memory leak issue
limited how many calls are going to the NUI
When a player is far away from the music it will remove it from the array.

xSound 1.4.1

06 Apr 20:34
Compare
Choose a tag to compare

Added if-statement "isMutedAll" that should prevent sometimes leaking the volume music for some reason.
Added "unMute" for youtube API when ready.

xSound 1.4.0

20 Nov 15:11
Compare
Choose a tag to compare
Fixed: function setDynamic

The function was muted by experimental feature, fixed.

xSound 1.3.1

22 Apr 17:40
Compare
Choose a tag to compare

a new fxmanifest version

xSound 1.3

01 Feb 11:20
Compare
Choose a tag to compare

Addon list

Function list:

setSoundDynamic
setSoundURL
setSoundLoop
destroyOnFinish
repeatSound

Improvement list:
Better cache for music

Bug fixes:

SetSoundURL didn't change URL in array info
GetTimeStamp/Max didn't update after changing the URL multiple times

xSound 1.2.3

04 Nov 17:43
Compare
Choose a tag to compare

Added functions

  • isPlayerInStreamerMode()
  • getAllAudioInfo()
  • isPlayerCloseToAnySound()

optimized client-side code.

xSound 1.2.2

19 Oct 19:41
Compare
Choose a tag to compare

Added those functions

TextToSpeech(name, lang, text, volume, loop, options)
lang is in what language will be pronounced such as en-US,cs-CZ, etc

TextToSpeechPos(name, lang, text, volume, Vector3 vec, loop, options)
lang is in what language will be pronounced such as en-US,cs-CZ, etc.. Will be heard only at coords you set.

xSound 1.2.1

26 Sep 20:26
43ed2b0
Compare
Choose a tag to compare

Validated inputs for infinity servers

xSound 1.2

20 Aug 18:48
Compare
Choose a tag to compare

Added new effects

  • fadeOut(name, time)
  • fadeIn(name, time, volume)

new bug fixeds