views:

49

answers:

1

I have some .mp3 files of conversations with really bad audio quality that I am displaying on a web page using JavaScript. I was wondering if there was an elegant solution to display these mp3s with subtitles. See the page below for an example:

http://bit.ly/ceMihE

I came across this jquery plugin which does something similar, but using the <video> element.

http://v2v.cc/~j/jquery.srt/

+1  A: 

Yes, you can use JW Player. It uses a Timed Text XML file to sync captions. It's free for non-commercial use and reasonably priced for commercial use.

Hugh Brackett