thephilgray / custom-readaloud-plugin

A text and audio synchronization alternative to EPUB Media Overlays
https://codepen.io/phillipgray/pen/bOmeed
1 stars 1 forks source link

Implement an independent timer to improve sync precision #15

Open thephilgray opened 5 years ago

thephilgray commented 5 years ago

The plugin currently uses the HTML5

This is sufficient for many use cases but is sometimes not precise enough to sync individual words, and certainly not enough to sync syllable or phoneme level units (as you may want to with beginner language learning or more karaoke-type applications of this plugin).

This is a proposal to look into creating an independent timer to improve precision.

danielweck commented 5 years ago

Is this Pull Request an attempt to address this issue? https://github.com/thephilgray/custom-readaloud-plugin/pull/20