Package nl.marc_apps.tts

Types

Link copied to clipboard
actual typealias Closeable = Closeable
expect interface Closeable
Link copied to clipboard
actual typealias Context = Context
actual typealias Context = Window
expect abstract class Context
Link copied to clipboard
expect object TextToSpeech

Functions and properties that can be used to create new TTS instances and check for compatibility issues.

Link copied to clipboard
interface TextToSpeechInstance : Closeable

A TTS instance. Should be closed when no longer in use.

Link copied to clipboard
class TextToSpeechInstanceJS

Use from JavaScript/TypeScript code only. Use the TextToSpeechInstance interface from Kotlin code. A TTS instance. Should be closed when no longer in use.

Link copied to clipboard
interface TextToSpeechInstanceWithJsPromises : TextToSpeechInstance