polish
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@338 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
7ba733429e
commit
6837a069c3
|
@ -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…
Reference in New Issue