Don't use 'tester' audio unit in iOS, since linphone is now intelligent enough to not kill the audio unit in between ringing and actual call. This allows tests to run more closely to the real soudncard usage

This commit is contained in:
Guillaume BIENKOWSKI 2014-12-10 17:33:30 +01:00
parent 099d846fbe
commit e568e7e21d
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit faabba0fb7d388cf20c620c103e4955e8afc903f
Subproject commit a9b195ade60a094240700dc6cbe6d72663f2e524

View file

@ -263,8 +263,6 @@ LinphoneCoreManager* linphone_core_manager_new2(const char* rc_file, int check_f
manager_count++;
#if TARGET_OS_IPHONE
linphone_core_set_playback_device( mgr->lc, "AU: Audio Unit Tester");
linphone_core_set_capture_device( mgr->lc, "AU: Audio Unit Tester");
linphone_core_set_ringer_device( mgr->lc, "AQ: Audio Queue Device");
linphone_core_set_ringback(mgr->lc, NULL);
if( manager_count >= 2){