binding.button.setOnClickListener { val toSpeak = binding.parlaText.text.toString() tts.speak(toSpeak,TextToSpeech.QUEUE_FLUSH,null) }