Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TextToSpeechには、読み上げ速度を設定する方法があります: setSpeechRate()。ただし、現在の速度を照会する反対の方法はありません。
その値をシステムに照会する方法はありますか?
デフォルトの TTS スピーチ レートが得られる場合があります
Settings.Secure.getInt(getContentResolver(), Settings.Secure.TTS_DEFAULT_RATE, 100) / 100f;