Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michaeldzjap/mdaudio
- Owner: michaeldzjap
- License: mit
- Created: 2020-04-18T17:35:46.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-08T12:39:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:45:42.796Z (about 1 month 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: 3
- 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