SlashCo.AudioSystem.FadeToPlaybackRate
SlashCo.AudioSystem.FadeToPlaybackRate( IGModAudioChannel channel, number fadeTime = 3, number targetPlaybackRate = 1, function callback = nil )
Description
Fades the given channel to the given target playbackRate over time
It sounds shit if you keep the channel synced like how the background channel does which is why SlashCo.AudioSystem.SetBackgroundMusicPlaybackRate sets the playbackRate instantly.
Arguments
4function callback = nil
The callback function called once it finished fading
Function argument(s):
Function return argument(s):