Home

Awesome

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