A Suite of C++ Audio Effects Classes
A Suite of C++ Audio Effects Classes
This repository collects together a set of Audio DSP Effects with heavy emphasis on modularity
and class inheritance coded in a modern C++ style.
The Contributors folder is a space for contributors to the repository to prototype and easily
collaborate on effects under construction.
The cpp-cli-audio-tools repo allows for easy command line audio file read and write capability and limited playback
facilities. These are to assist in prototyping effects. As such, read and write is limited 16 bit WAV files
and audio playback is currently only capable on macOS with CoreFoundation and AudioToolbox frameworks.
Included in the repo are some example files to assist with usage.
BaseClasses folder consists of base classes for particular branches of audio effects.