mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-25 15:18:11 +00:00
Reduced sized of hello44100 to perform audio bypass test suite faster
This commit is contained in:
parent
36fd57c45b
commit
3e884b8e52
2 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ static void audio_bypass(void) {
|
|||
|
||||
BC_ASSERT_STRING_EQUAL(linphone_call_params_get_used_audio_codec(linphone_call_get_current_params(linphone_core_get_current_call(marie_lc)))->mime_type, "L16");
|
||||
|
||||
wait_for_until(pauline_lc, marie_lc, NULL, 0, 22000); //hello44100.wav is 22 seconds long
|
||||
wait_for_until(pauline_lc, marie_lc, NULL, 0, 4000); //hello44100.wav is 4 seconds long
|
||||
end_call(marie, pauline);
|
||||
|
||||
BC_ASSERT_EQUAL(ms_audio_diff(hellopath, recordpath, &similar, &audio_cmp_params, NULL, NULL), 0, int, "%d");
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue