How to track TTS progress in a Slider with Jetpack Compose?
Before Compose I had an Android TTS manager that tracked the progress of large amounts of text. And I used a SeekBar
to mark the reading progress. Now I want to change the SeekBar for a Slider
to mark the reading progress, but I can’t get it to work. I don’t know how to connect the TTS reading progress with a Slider.