Ticket #39719: patch-mediastreamer2-src-audiofilters-speexec.c.diff
File patch-mediastreamer2-src-audiofilters-speexec.c.diff, 384 bytes (added by gallafent, 10 years ago) |
---|
-
mediastreamer2/src/audiofilters/speexec.c
old new 46 46 #define EC_DUMP_PREFIX "/dynamic/tests" 47 47 #endif 48 48 49 static const float smooth_factor=0.05;50 49 static const int framesize=64; 51 50 static const int flow_control_interval_ms=5000; 52 51