TextToSpeech has a way to set the speech rate: setSpeechRate(). But it doesn\'t have an opposite method of querying the current speed.
Is there a way to query
You may get default TTS speech rate
Settings.Secure.getInt(getContentResolver(), Settings.Secure.TTS_DEFAULT_RATE, 100) / 100f;