Live data from Hacker News

Viewing profile — afgho

afgho

HN member
Joined
Tue, Mar 03, 2015, 9:29 PM UTC
HN karma
9
Public activity
8 items

About afgho

https://github.com/grz0zrg

Recent public activity

  1. story
  2. 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…

  3. story
  4. 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…

  5. comment
    Comment #22594472

    Shameless cross-promo; ported your implementation to JS https://github.com/grz0zrg/ccwt.js

  6. comment
    Comment #10542942

    like this https://www.youtube.com/watch?v=uH7u1ZeRK34

  7. story
  8. 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…