mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
polish
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@338 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
a618561858
commit
bb911f2bfd
@ -30,6 +30,7 @@
|
||||
;tx-agc-attackRate => 170
|
||||
;tx-agc-decayRate => 750
|
||||
;tx-agc-speechThreshold => -36.00
|
||||
;ec->enabled => false
|
||||
;ec-doubleTalkerThreshold => -6.00
|
||||
;ec-speechPresentThreshold => -40.00
|
||||
;ec-echoSuppressionThreshold => -18.00
|
||||
|
@ -393,6 +393,7 @@ static unsigned pika_open_range(zap_span_t *span, unsigned boardno, unsigned spa
|
||||
PKH_RECORD_Start(chan_data->media_in);
|
||||
PKH_PLAY_Start(chan_data->media_out);
|
||||
if (chan_data->ec_enabled) {
|
||||
PKH_EC_SetConfig(chan_data->media_in, &chan_data->ec_config);
|
||||
PKH_EC_Start(chan_data->media_in, chan_data->media_in, chan_data->media_out);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user