mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
call_tester.c: turn off jitter buffer for cross correlation tests
This commit is contained in:
parent
d697939bbe
commit
95da7ef10e
1 changed files with 4 additions and 0 deletions
|
|
@ -4142,6 +4142,10 @@ static void simple_stereo_call(const char *codec_name, int clock_rate, int bitra
|
|||
marie = linphone_core_manager_new( "marie_rc");
|
||||
pauline = linphone_core_manager_new(transport_supported(LinphoneTransportTls) ? "pauline_rc" : "pauline_tcp_rc");
|
||||
|
||||
// inter-correlation is very sensitive to variable offset when comparing files, so using a fixed jitter
|
||||
// buffer length should help it a lot.
|
||||
linphone_core_enable_audio_adaptive_jittcomp(pauline->lc, FALSE);
|
||||
|
||||
/*make sure we have opus*/
|
||||
pt = linphone_core_find_payload_type(marie->lc, codec_name, clock_rate, 2);
|
||||
if (!pt) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue