Package nl.marc_apps.tts.errors

Types

Link copied to clipboard
class DeviceAudioOutputError(cause: Throwable?) : TextToSpeechSynthesisError

Error that is thrown when synthesising text input fails, because something is wrong with the device audio output.

Link copied to clipboard
class NetworkConnectivityError(cause: Throwable?) : TextToSpeechSynthesisError

Error that is thrown when synthesising text input fails, because something is wrong with the network.

Link copied to clipboard
class NetworkTimeoutError(cause: Throwable?) : TextToSpeechSynthesisError

Error that is thrown when synthesising text input fails, because something is wrong with the network.

Link copied to clipboard
class TextToSpeechEngineUnavailableError(cause: Throwable?) : TextToSpeechSynthesisError

Error that is thrown when synthesising text input fails, because the TTS engine has not been installed (yet).

Link copied to clipboard
class TextToSpeechFlawedTextInputError(cause: Throwable?) : TextToSpeechSynthesisError

Error that is thrown when synthesising text input fails, because the TTS Engine can't handle the provided text input.

Link copied to clipboard
sealed class TextToSpeechInitialisationError : Exception

Error that is thrown when creating a nl.marc_apps.tts.TextToSpeechInstance fails.

Link copied to clipboard
class TextToSpeechNotSupportedError(cause: Throwable?) : TextToSpeechInitialisationError

Error that is thrown when a platform does not have TTS support

Link copied to clipboard
class TextToSpeechRequestInvalidError(cause: Throwable?) : TextToSpeechSynthesisError

Error that is thrown when synthesising text input fails, because the TTS request was invalid.

Link copied to clipboard
class TextToSpeechSecurityError(cause: Throwable?) : TextToSpeechInitialisationError

Error that is thrown on some Samsung devices while creating a TTS instance.

Link copied to clipboard
class TextToSpeechServiceFailureError(cause: Throwable?) : TextToSpeechSynthesisError

Error that is thrown when synthesising text input fails, because the TTS Engine crashed.

Link copied to clipboard
sealed class TextToSpeechSynthesisError : Exception

Error that is thrown when synthesising text input fails.

Link copied to clipboard

Error that is thrown when synthesising text input failed, usually when stop() or close() are called.

Link copied to clipboard

Error that is thrown when creating a nl.marc_apps.tts.TextToSpeechInstance fails.

Link copied to clipboard
class UnknownTextToSpeechSynthesisError(cause: Throwable?) : TextToSpeechSynthesisError

Error that is thrown when synthesising text input fails.