ccoreilly / vosk-browser

A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
Apache License 2.0
364 stars 60 forks source link

Fix build #56

Closed stevennyman closed 1 year ago

stevennyman commented 1 year ago

https://zlib.net/zlib-1.2.12.tar.gz returns error code 404, so this replaces it with https://zlib.net/zlib-1.2.13.tar.gz

stevennyman commented 1 year ago

Notably all versions of zlib remain available at https://zlib.net/fossils/, so those links could be used instead if you wanted to keep using the older version.

ccoreilly commented 1 year ago

Thank you @stevennyman. Yes, I guess it'd be better to pin the version and point to the URL under fossils so this recurring issue does not happen again.

stevennyman commented 1 year ago

I updated the PR to pin the version which should keep builds working. It would still be a good idea to periodically update the version that is used though.