ReadAlongs / SoundSwallower

An even smaller speech recognizer / force aligner
Other
32 stars 4 forks source link

Package SoundSwallower as ES6 module #40

Closed dhdaines closed 1 year ago

dhdaines commented 1 year ago

It seems that this is possible, so we should do it.

dhdaines commented 1 year ago

This should work with the latest Emscripten (see https://github.com/emscripten-core/emscripten/pull/17915#issuecomment-1310758878 for instructions)

BUT, I need to remove various uses of require from the code, which are all related to the need to run under Node.js:

But see also #39 because supporting Node is not actually desireable

dhdaines commented 1 year ago

Or, actually, should use https://github.com/lquixada/cross-fetch

dhdaines commented 1 year ago

Fixed in #57