summaryrefslogtreecommitdiffstats
path: root/chat/js/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'chat/js/config.js')
-rw-r--r--chat/js/config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/js/config.js b/chat/js/config.js
index 3a57189..7b2b43f 100644
--- a/chat/js/config.js
+++ b/chat/js/config.js
@@ -85,6 +85,8 @@ var ajaxChatConfig = {
// Defines if sounds are played:
audio: true,
+ // Defines the audio backend:
+ audioBackend: -1,
// Defines the sound volume (0.0 = mute, 1.0 = max):
audioVolume: 1.0,
@@ -253,4 +255,4 @@ var ajaxChatConfig = {
// Debug allows console logging or alerts on caught errors - false/0 = no debug, true/1/2 = console log, 2 = alerts
debug: false
-}; \ No newline at end of file
+};