Longer gap, as an experiment.

This commit is contained in:
Howard Stearns 2016-02-23 18:13:40 -08:00
parent 4bb76d6a20
commit d1088031bf

View file

@ -32,7 +32,7 @@ var userData = {
url: "http://hifi-content.s3.amazonaws.com/DomainContent/Junkyard/Sounds/ClothSail/cloth_sail3.L.wav", url: "http://hifi-content.s3.amazonaws.com/DomainContent/Junkyard/Sounds/ClothSail/cloth_sail3.L.wav",
volume: 0.3, volume: 0.3,
loop: false, loop: false,
playbackGap: 2000, // In ms - time to wait in between clip plays playbackGap: 7000, // In ms - time to wait in between clip plays
playbackGapRange: 500 // In ms - the range to wait in between clip plays playbackGapRange: 500 // In ms - the range to wait in between clip plays
} }
}; };