This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/iphone/Maps/Core/TextToSpeech
Fabian Wüthrich 01fa5cad4f [ios] Configure audio session once with AVAudioSessionModeVoicePrompt
The audio session is once configured during initialisation and then each time a
audio session is set active. This commit configures the audio session only once
when the app is started. In addition, it sets AVAudioSessionModeVoicePrompt,
which is recommended for apps that use text-to-speech.

Signed-off-by: Fabian Wüthrich <me@fabwu.ch>
2024-08-20 13:07:06 +02:00
..
MWMTextToSpeech+CPP.h [ios] Improve TTS voice selection 2024-05-22 11:29:19 -03:00
MWMTextToSpeech.h [ios] Add test voice button in TTS settings 2024-07-02 16:48:13 +02:00
MWMTextToSpeech.mm [ios] Configure audio session once with AVAudioSessionModeVoicePrompt 2024-08-20 13:07:06 +02:00
MWMTextToSpeechObserver.h
TTSTester.h [ios] Add test voice button in TTS settings 2024-07-02 16:48:13 +02:00
TTSTester.mm [xcode] Fixed warnings for Xcode 16 2024-07-05 13:06:51 +02:00