Merge pull request #4323 from huffman/notifciation-local-only-audio

Update notifications.js audio to be local-only
This commit is contained in:
Brad Hefta-Gaub 2015-02-20 14:29:20 -08:00
commit 70400f7f8c

View file

@ -84,7 +84,7 @@ var users = [];
var ctrlIsPressed = false;
var ready = true;
var randomSounds = new SoundArray({}, true);
var randomSounds = new SoundArray({ localOnly: true }, true);
var numberOfSounds = 2;
for (var i = 1; i <= numberOfSounds; i++) {
randomSounds.addSound(HIFI_PUBLIC_BUCKET + "sounds/UI/notification-general" + i + ".raw");