Package-level declarations

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

Types

Link copied to clipboard

Synthesizes speech from text (TTS) for immediate playback.

Functions

Link copied to clipboard
@IviExperimental(reasons = [])
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.