Tools

As an engineer, I enjoy making tools for musicians,
programmers, and more.

I spend the majority of my time as an audio DSP engineer developing tools for musicians, recording engineers, and producers. This includes audio effect plugins (VST, AU, AAX), audio mixing tools, and more. I also develop tools for programmers, including my Python package audio_dspy, as well as through contributions to existing open-source software.

ChowDSP Plugins

Audio plugins for producers and mixing engineers, including ChowTapeModel a tape emulation effect, ChowMatrix, a matrixing delay effect, and modules for VCV Rack.

RTNeural

A neural network inferencing engine for realtime applications. RTNeural is currently being used in several open-source and commercial audio plugins.

chowdsp_utils

Signal processing and other utility code for developing audio plugins and other audio software. The library is designed to be used as part of a JUCE/C++ project, but much of the DSP code may be used independently of JUCE.

chowdsp_wdf

A C++ library for constructing wave digital circuit models, with an emphasis on performance and ease-of-use.

ergo

ergo is a system for performing regression tests on audio plugins. (coming soon!)

audio_dspy

A Python package for audio signal processing.