html5-audio-read-along
html5-audio-read-along copied to clipboard
HTML5 Audio Read-Along
Hello please orientation for use it, with other audio files
Hi, I teach English language arts at Exeter-West Greenwich High School in Rhode Island. We're a tiny school in a tiny state. I've been scouring the web for software that...
on line 60 in main.js you could use: document.body.className += 'initialized'; instead of: document.body.classList.add('initialized'); that will work on every other browser too. It still won't make the app work on...
Instead of marking up the text with each word, there could be a track file that has words with the time indexes. http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-track-element
This would be especially useful on small devices.
It would be great to allow the user to select a span of text and have it and only it read (automatically stop when it reaches the end of the...