interface SpeechEngine
abstract fun shutdown(): Unit
abstract fun speak(text: String, rate: Float, language: String): Unit