项目作者: mhamilt

项目描述 :
A Suite of C++ Audio Effects Classes
高级语言: C++
项目地址: git://github.com/mhamilt/AudioEffectsSuite.git
创建时间: 2017-12-14T12:22:15Z
项目社区:https://github.com/mhamilt/AudioEffectsSuite

开源协议:MIT License

下载


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.