aolsenjazz / libsamplerate-js

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

Move to single file and add scripts for libsamplerate and wasm single file compilation #91

Closed onthegit closed 1 year ago

onthegit commented 2 years ago

Move to single file and add scripts for libsamplerate and wasm single JS file compilation. This will compile the c library into single JS file instead of separate WASM file that needs to be loaded.

aolsenjazz commented 1 year ago

Thank you for these additions! Couldn't figure out single file compilation at the time of writing so delighted to finally merge this :)