mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
e9b53f0a12
commit
cbad3a0a1e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user