mhamilt / AudioEffectsSuite

A Suite of C++ Audio Effects Classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AudioEffectsSuite

A Suite of C++ Audio Effects Classes

Overview

This repository collects together a set of Audio DSP Effects with heavy emphasis on modularity and class inheritance coded in a modern C++ style.

Contributors

The Contributors folder is a space for contributors to the repository to prototype and easily collaborate on effects under construction.

cpp-cli-audio-tools

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

BaseClasses folder consists of base classes for particular branches of audio effects.

About

A Suite of C++ Audio Effects Classes

License:MIT License


Languages

Language:C++ 89.0%Language:MATLAB 10.8%Language:C 0.3%