ApplyEffect
Description
Applies the given effectData to the given Data/Stream.
If a callback
is specified it WONT return anything and the callback
will be called, as it will execute everythign async.
If you want it to not run async, simply provide no callback function, it will return true
on success
It should be safe to modify/use the VoiceStream while it's being modified async BUT you should try to avoid doing that.
Recently Added
This was recently added in version (0.8 - DEV).
Arguments
3function callback = nil
The callback function to use. If one is given it will apply the effect async. Without a callback it won't be async!
Function argument(s):
Example
All currently valid effectData inputs