git-svn-id: http://svn.openzap.org/svn/openzap/trunk@338 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-11-17 23:32:51 +00:00
parent 7ba733429e
commit 6837a069c3
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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);
}