TtsEngine

class TtsEngine(val audioEngine: NativeAudioEngine, val engineLabelAndName: String?) : TextToSpeech.OnInitListener

Constructors

Link copied to clipboard
constructor(audioEngine: NativeAudioEngine, engineLabelAndName: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun createTextToSpeech(engineHandle: Long, text: String, type: AudioType, latitude: Double, longitude: Double, heading: Double): Long
Link copied to clipboard
fun destroy()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun initialize(context: Context, followPreferences: Boolean = true)
Link copied to clipboard
open override fun onInit(status: Int)
Link copied to clipboard
Link copied to clipboard
fun stop()
Link copied to clipboard
fun updateSpeech(sharedPreferences: SharedPreferences): Boolean