.                                                                                                                              

Results 8 issues of .                                                                                                                              

This is not really an issue. But I went through remaking the repo from scratch using newer web technology and features: https://github.com/msqr1/Vosklet. Can I merge some changes over there to...

I love the new inline worker change, but now we can't never use a 3rd-party CDN to serve those files again, because Worker construction requires the file to be in...

Because pointers are just int or long in memory64. User would normally expect result from ```malloc``` being passed straight in without a problem, but turns out, currently, they will need...

Audio worklet right now has an unchangable block size of 128, which lowers the latency, but it can come in too fast, or unfit for the provided processing algorithm.

Kaldi with OpenBLAS 0.3.28 with some mini hacks and performance increased by 20% (#4952)

I followed the very old instructions to build Kaldi for WASM here: https://gitlab.inria.fr/multispeech/kaldi.web/kaldi-wasm/-/wikis/build_details.md I found out that the performance with this was very slow probably due to it using the...

discussion

I see your project using C++23, it doesn't have a C++ module support yet, and I could provide one using https://github.com/msqr1/importizer ? I would be happy to do this if...