patch e9d7d4e from joss. Sets default sound capture values

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4997 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-02-26 20:54:34 +00:00
parent e9b53f0a12
commit cbad3a0a1e

View File

@ -152,6 +152,15 @@ p3VoRS::p3VoRS(RsPluginHandler *handler,PluginNotifier *notifier)
mSentPingTime = 0;
mCounter = 0;
//plugin default configuration
_atransmit = 0;
_voice_hold = 75;
_vadmin = 16018;
_vadmax = 23661;
_min_loudness = 4702;
_noise_suppress = -45;
_echo_cancel = true;
}
int p3VoRS::tick()