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: 12 months ago
JSON representation
A(nother) C++ audio signal processing library
- Host: GitHub
- URL: https://github.com/michaeldzjap/mdaudio
- Owner: michaeldzjap
- License: mit
- Created: 2020-04-18T17:35:46.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-08T12:39:29.000Z (over 3 years ago)
- Last Synced: 2025-04-02T23:51:17.376Z (about 1 year ago)
- Topics: audio, audio-effects, audio-processing, audio-signal-processing, digital-filters, digital-signal-processing, sound, sound-processing, sound-synthesis
- Language: C++
- Size: 274 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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