Hacker News new | ask | show | jobs
by BrandonSmith 2255 days ago
This does look interesting.

When I tested, I noted a lot of latency. It seems the audio is not sent over WS until the capture is complete.

Even after finishing a recording, the other side did not receive and hear it for up to 20 seconds.

2 comments

> It seems the audio is not sent over WS until the capture is complete.

The info block indicates this is by design - 20s seems like a lot of latency, but possibly if it's got to pull down the entire audio blob before it can start playing?

Hmm maybe you could explain that further? not sure what you mean? Or do you have any recommendations what this could mean for me to do?
hmm i guess ill have to do some reading. I am using sockets.io and from what I read is it does exactly what you said. First http and then sockets (but i could be wrong). This is anyway been a sideproject of mine to learn about web sockets.