Releases: Xogy/xsound
xSound 1.4.3
xSound 1.4.2
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
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
Fixed: function setDynamic The function was muted by experimental feature, fixed.
xSound 1.3.1
a new fxmanifest version
xSound 1.3
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
Added functions
- isPlayerInStreamerMode()
- getAllAudioInfo()
- isPlayerCloseToAnySound()
optimized client-side code.
xSound 1.2.2
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
Validated inputs for infinity servers
xSound 1.2
Added new effects
- fadeOut(name, time)
- fadeIn(name, time, volume)
new bug fixeds