updated VoIP to use new Fast packet sending.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6792 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-10-03 13:15:10 +00:00
parent 2466c01e35
commit 90b4a20e5d
3 changed files with 34 additions and 31 deletions

View file

@ -22,7 +22,7 @@
#define SAMPLING_RATE 16000 //must be the same as the speex setted mode (speex_wb_mode)
#define FRAME_SIZE 320 //must be the same as the speex setted mode (speex_wb_mode)
#define ECHOTAILSIZE 25
#define ECHOTAILSIZE 10
class SpeexBits;