- New functions
pause()
,pauseAll()
withresume()
andresumeAll()
which pause / resume a single source or all source respectively. - Internal refactor, that makes managing of audio players more efficient and results in deprecation of
OneShotPlayers
.
- Deprecated
playOneShot()
in favor ofplay()
. - Deprecated
stopAllOneShots()
in favor ofstopAll()
. - Changed
stop(sourceId, playId)
tostop(playId)
, which stops the given id without the need of adding the source ID. Please update your code accordingly.