Hacker News new | ask | show | jobs
by stutonk 442 days ago
Brown noise in Chuck. Adjust the filter cutoff (freq) to your desired comfort level.

  CNoise noise => LPF lpf => dac;
  noise.mode("flip");
  lpf.freq(120);

  while(true) {
   1::second => now;
  }