diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.mm b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.mm index ef022bba55..e6cecc93c0 100644 --- a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.mm +++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Sound/MWMTextToSpeech.mm @@ -100,7 +100,8 @@ vector> availableLanguages() NSError * err = nil; _audioSession = [AVAudioSession sharedInstance]; if (![_audioSession setCategory:AVAudioSessionCategoryPlayback - withOptions:AVAudioSessionCategoryOptionInterruptSpokenAudioAndMixWithOthers + withOptions:AVAudioSessionCategoryOptionMixWithOthers | + AVAudioSessionCategoryOptionDuckOthers error:&err]) { LOG(LWARNING, ("[ setCategory]] error.", [err localizedDescription]));