diff options
author | z3bra <contactatz3bradotorg> | 2016-11-01 09:16:45 +0100 |
---|---|---|
committer | z3bra <contactatz3bradotorg> | 2016-11-08 16:47:51 +0100 |
commit | d973b73e8457c464a433d625d2b938467a00bbf5 (patch) | |
tree | ccd36bca6f12137879fb5beb356aa7f364938f94 /config.def.h | |
parent | a89dbc70c04202951d100c2ed10ea3d45bd82ffd (diff) |
Replace toxav_send_audio with toxav_audio_send_frame
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 6 |
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; |