summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index f41e83a..2fb9b16 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,6 +9,12 @@
/* Maximum number of simultaneous calls */
#define MAXCALLS 8
+/* Audio settings definition */
+#define AUDIOCHANNELS 1
+#define AUDIOBITRATE 32
+#define AUDIOFRAME 20
+#define AUDIOSAMPLERATE 48000
+
static char *savefile = ".ratox.tox";
static int encryptsavefile = 0;