aolsenjazz / libsamplerate-js

Resample audio in node or browser using a web assembly port of libsamplerate.
Other
32 stars 10 forks source link

remove lazy loading the module #119

Closed aolsenjazz closed 1 year ago

aolsenjazz commented 1 year ago

Removing lazing loading. import statements loaded by ts are converted into require statements, which causes it to break when loaded in-browser via <script> tag.

remove lazy loading until we can figure out a way to not-transpile imports into requires