Package com.tomtom.ivi.platform.framework.api.common.tts

This library contains classes related to text-to-speech.

Types

Link copied to clipboard
class IviTextToSpeech

Synthesizes speech from text (TTS) for immediate playback.

Functions

Link copied to clipboard
fun createIviTextToSpeech(context: Context, audioAttributeUsage: Int): IviTextToSpeech

This is used to inject a IviTextToSpeech mock for integration tests. For some reason constructor mocks don't work for those.