-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebAssembly support #145
Comments
I've never tried this. What is your use case? If you need to create waveform data in the browser, the waveform-data library should work, using Web Audio. |
from the faq:
so for large audio files this isn't an option and that's why I'd like to compare the performance of audiowaveform in terminal and browser. |
@chrisn I have a use case :) Running the library in a supabase edge function. They use deno runtime which supports wasm. Have you by chance tried this in at any-point in the last 3 years? |
Sorry, no. It's not something I've needed to be able to do. |
I was wondering if anyone tried to compile this utility into WebAssembly so it can be run in the browser? or is this not possible? any ideas/pointers are welcome!
The text was updated successfully, but these errors were encountered: