Support all Howler methods
Redux-sounds now supports all Holwer methods
Maybe breaking change:
action.meta.sound
can be an object
Example before:
meta: {
sound: 'jumps.lowJump'
}
Example after:
meta: {
sound: {
fade: ['jumps.lowJump', 0 , 1, 2]
}
}