Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaeldzjap/mdaudio

A(nother) C++ audio signal processing library
https://github.com/michaeldzjap/mdaudio

audio audio-effects audio-processing audio-signal-processing digital-filters digital-signal-processing sound sound-processing sound-synthesis

Last synced: 24 days ago
JSON representation

A(nother) C++ audio signal processing library

Awesome Lists containing this project

README

        

# MDAudio
A(nother) C++ audio signal processing library

## Requirements

- C++17
- [CMake](https://cmake.org/)

## Available Generators and Processors

- Wavetable Oscillators
- SineOscillator
- HannOscillator (Raised-Cosine)

- Delays (Basic)
- DelayStatic
- DelayLinear
- DelayCubic
- TapDelayStatic
- TapDelayLinear
- TapDelayCubic
- AllpassStatic
- AllpassLinear
- AllpassCubic

- Delay Based Effects
- ReverseDelay
- PitchShifter
- VariableDelay

- TPT Filters
- LowpassFirstOrder
- LowpassSecondOrder
- HighpassFirstOrder
- HighpassSecondOrder
- LowshelfFirstOrder
- LowshelfSecondOrder
- HighshelfFirstOrder
- HighshelfSecondOrder
- Bandshelf
- Bandpass
- Bandstop
- AllpassFirstOrder
- AllpassSecondOrder
- TiltFirstOrder
- TiltSecondOrder
- Svf