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

and to test it here (it might be very loud!):

CTRL+SHIFT+I and in the console

    let o, a=new AudioContext();
    document.addEventListener("mousedown",function(){
      if (o) {o.stop(); o = undefined}
      else{ o=a.createOscillator(); o.type="sine"; o.frequency.value=100;
    o.connect(a.destination);o.start()}
    }) 

If you click anywhere it will start/stop.





It sounds like a pitch that you might hear from an airplane propeller, which leads to the question why airsickness exists if the antidote is ambiently present?



Join us for AI Startup School this June 16-17 in San Francisco!

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

Search: