The initial volume is set to 1. After setting it to 0, I can't get it back to 1 despite all my trials. I also would like to modulate the volume with intermediate levels but it only goes to 0 when I try.
// example
console.log(item.source.volume) // 1
item.source.volume = 0
console.log(item.source.volume) // 0
item.source.volume = 1
console.log(item.source.volume) // 0