Adds ability to create multiple sound channels to control volume, speed, filters etc per channel
There is a default main channel that any unregistered sound will use
When loading you can specify the channel to add the sound to e.g. sound: {src: "mysound.mp3", data: { channel: 'music' } }. Or you can add it after with sound.addToChannel
Adds ability to create multiple sound channels to control volume, speed, filters etc per channel
There is a default
main
channel that any unregistered sound will useWhen loading you can specify the channel to add the sound to e.g.
sound: {src: "mysound.mp3", data: { channel: 'music' } }
. Or you can add it after withsound.addToChannel