Ipurak / audiosync

JavaScript library to sync audio with text based on a timing file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio Sync Tools

Aligner Using SMU Sphinx

In the folder aligner, you'll find code - all based on Weston Ruter's work - that attempts to download SMU Sphinx, then do some work to sync files. The Gettysberg address file is the easist to work with.

JavaScript Library

In the folder 'demo', you'll find the aligner code with several examples. The file dream.html aligns to inpage HTML, while esvbible-local.html aligns to HTML loaded via AJAX.

Dependencies

  • Python 2.7
  • java
  • ant
  • sox
  • svn

License

Dual licensed under the MIT or GPL Version 2 licenses.
MIT License: http://creativecommons.org/licenses/MIT/
GPL 2.0 license: http://creativecommons.org/licenses/GPL/2.0/

About

JavaScript library to sync audio with text based on a timing file


Languages

Language:Java 81.7%Language:Python 18.3%