Hacker News new | ask | show | jobs
by londons_explore 1386 days ago
> Also, if you're working with digital mixing, you have a few fixed ms implicit extra delay everywhere...

This is just shoddy implementation... It's totally possible for delays in digital systems to be measured in microseconds... So to have delays of milliseconds is just some software/firmware engineer being lazy and buffering a load of samples together somewhere.

1 comments

I think the issue is, at least in part, that a lot of audio gear is existing. I mean if a recording studio was built around a million dollar digital console in 2006, there aren’t a lot of business cases for replacement when the engineering solved the problem years ago and when the hardware for the solutions is already at hand.

My engineering intuition is that millisecond latencies would be easier to solve because there the hardware is easier to build than sub-millisecond delays, and because millisecond delays are common for keeping microphones in phase.

A standard solution for avoiding AD to DA latency is an analog mixer because it provides a signal path running at close to the speed of light.

YMMV.