Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 334 Bytes

Speech-to-text alignment demo application

This is a simple demo application that shows how to align speech (audio) to text in JavaScript on the browser using SoundSwallower. You can try it out at https://dhdaines.github.io/alignment-demo/

Compilation

To compile, run:

npm run build

To start, run:

npm start