added explanatory comment about format of interval time

This commit is contained in:
ericrius1 2016-02-08 11:51:52 -08:00
parent 2a7a81f01c
commit 193857f344

View file

@ -26,8 +26,8 @@ var userData = {
url: "https://s3-us-west-1.amazonaws.com/hifi-content/eric/Sounds/dove2.wav",
volume: 0.3,
loop: false,
interval: 2000,
intervalSpread: 1000
interval: 2000, // In ms
intervalSpread: 1000 // In ms
}
}