Skip to content

Commit

Permalink
doc: add link to javascript demos
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jun 1, 2022
1 parent da7147e commit 804afad
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Note that multiple input files are not particularly useful for
same text to each file. The output results (a list of time-aligned
words) can be written to a JSON file with `--output`.

See also the [full documentation of the Python
API](https://soundswallower.readthedocs.io/en/latest/soundswallower.html).

Compiling to JavaScript/WebAssembly
-----------------------------------

Expand All @@ -76,13 +79,16 @@ To build the JavaScript library, use CMake with

This will create `js/soundswallower.js` and `js/soundswallower.wasm`
in the `jsbuild` directory, which you can then include in your
projects. The demo application has been moved to
https://github.com/dhdaines/soundswallower-demo in order to fully test
NPM and Webpack integration.
projects. Demo applications can be seen at
https://github.com/dhdaines/alignment-demo and
https://github.com/dhdaines/soundswallower-demo.

For more details on the JavaScript implementation and API, see
[js/README.js](https://github.com/ReadAlongs/SoundSwallower/blob/master/js/README.md).

See also the [documentation of the JavaScript
API](https://soundswallower.readthedocs.io/en/latest/soundswallower.js.html).

Creating binary distributions for Python
========================================

Expand Down

0 comments on commit 804afad

Please sign in to comment.