From d973b73e8457c464a433d625d2b938467a00bbf5 Mon Sep 17 00:00:00 2001 From: z3bra Date: Tue, 1 Nov 2016 09:16:45 +0100 Subject: Replace toxav_send_audio with toxav_audio_send_frame --- config.def.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.def.h') 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; -- cgit v1.2.3