Hacker News new | past | comments | ask | show | jobs | submit login

You can actually do music/audio programming in a browser. It has some rough edges but it works.



Absolutely you can. With WebAsm SIMD you have near-native DSP performance. Downsides from my experience [1]:

- You are at the mercy of the browser. If browser engineers mess up the audio thread or garbage collection, even the most resilient web audio app breaks. It happens.

- Security mitigations prevent or restrict use of some useful APIs. For example, SharedArrayBuffer and high resolution clocks.

[1] https://bungee.parabolaresearch.com/bungee-web-demo




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: