Feb 9, 2021Modeling an Analog Delay in the Web Audio API Part 2In part one of this series, we looked at how to create a model of a classic Analog Delay effect in the Web Audio API. This took the form of a Delay class. …JavaScript4 min readJavaScript4 min read
Feb 1, 2021Modeling an analog delay in the Web Audio APIThe Web Audio API gives developers access to a powerful set of tools to develop audio applications on the internet. In this article, we’ll look at a way to take inspiration from the analog world while leveraging the flexibility of the digital domain. In order to understand how to use…JavaScript4 min readJavaScript4 min read