sonnylazuardi / bibleify-mobile

📖🔊 A simple & fast bible app with dramatized audio: Android & iOS. React Native, Rematch, & Realm
http://alkitabapp.sonnylab.com
MIT License
126 stars 31 forks source link

Sync Text Scroll Position with Audio #14

Open caudaganesh opened 7 years ago

caudaganesh commented 7 years ago

I think it will be great if we can sync the audio with the scroll position of the text

sonnylazuardi commented 7 years ago

agree. but how can we get the marker position for each verse? or it should scroll based on percentage?

caudaganesh commented 7 years ago

I've been experimenting with some methods, basically we can scroll based on percentage of the audio file duration, not 100% accurate but mostly okay. We also need to adapt with some parts especially some parts where has music intro before the actual verse begin.

But still looking for better solution, maybe we can use audio to text, and sync them based on that data, never tried this method but it seems doable.

I think we need further investigation for this feature.