Viewing profile — afgho
afgho
HN member- Joined
- Tue, Mar 03, 2015, 9:29 PM UTC
- HN karma
- 9
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About afgho
https://github.com/grz0zrg
Recent public activity
- story
-
comment
Comment #23646219
It show two methods which are doing the same frequency extraction job, the lower one is Web Audio analyzer node (quite common and fast, FFT based) and upper is analysis using Web a…
- story
-
comment
Comment #22793453
I recommend Musical Signal Processing by Curtis Roads (latest edition), it mostly cover every type of sound synthesis in details, it also cover MIDI, spatialization, mixing, filter…
-
comment
Comment #22594472
Shameless cross-promo; ported your implementation to JS https://github.com/grz0zrg/ccwt.js
-
comment
Comment #10542942
like this https://www.youtube.com/watch?v=uH7u1ZeRK34
- story
-
comment
Comment #9661467
i don't know the tech you are using but you can prevent that by running the code in a sandboxed worker, at least it won't crash, like https://github.com/asvd/jailed (i don't know h…