Changeset 334:1ab4a4275bf2 in mediastreamer2
- Timestamp:
- Mar 13, 2009 3:29:02 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/mediastreamer2/src/msconf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/mediastreamer2/src/msconf.c
r331 r334 160 160 static void channel_uninit(Channel *chan){ 161 161 ms_bufferizer_uninit(&chan->buff); 162 chan->is_speaking=0; 163 chan->energy=0; 162 164 #ifndef DISABLE_SPEEX 163 165 if (chan->speex_pp!=NULL) … … 394 396 { 395 397 double mystat = powerspectrum_stat_beyond8K(chan); 398 //ms_message("is_speaking (chan=%i) -> on/stat=%.3lf", i, mystat); 396 399 if (mystat>10) 397 400 { 398 ms_message("is_speaking (chan=%i) -> on/stat=% d", i, mystat);401 ms_message("is_speaking (chan=%i) -> on/stat=%.3lf", i, mystat); 399 402 s->channels[0].is_speaking=20; /* keep RTP muted for the next few ms */ 400 403 }
Note: See TracChangeset
for help on using the changeset viewer.
