Live data from Hacker News

The DaftPunKonsole

codepen.io

11–20 of 33 posts

Re: The DaftPunKonsole

#13
post #2

This is super fun to play with, but the delay between the key press and audio playback is killing me. Are the sounds loaded into a buffer? Perhaps this is the best latency you can get with Web Audio (on Linux). Also, the semicolon key is not working for me. A fun toy nonetheless!

This will probably be about as responsive as this can get without a low latency audio driver.

At least on Windows, this is similar to the latency when using a MIDI keyboard and a DAW with non-ASIO/WaveRT audio drivers. I think for Linux the analogue would be higher-latency with PulseAudio than with JACK.

Re: The DaftPunKonsole

#16

Your hot-linking cross domain made this impossible to try, as I block this. Please serve your javascript directly, even if it is a third party library. Additionally, the "Over" button (;) does not work for me for whatever reason. Firefox 30.

> Please serve your javascript directly, even if it is a third party library.

CodePen is a frontend playground. You cannot host anything there, so third-party scripts are a requirement.

You can either disable the third-party block or just don't play with it.

Re: The DaftPunKonsole

#18

Your hot-linking cross domain made this impossible to try, as I block this. Please serve your javascript directly, even if it is a third party library. Additionally, the "Over" button (;) does not work for me for whatever reason. Firefox 30.

That's not possible on codepen
Post reply on HN