ddsp 2.6.1

A small library for digital signal processing in D


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

Ddsp Build Status Build Status Dub version

A high level library for Digital Signal Processing in D with a focus on audio.

I am not an expert on DSP by any means. Most of the designs for these plugins are ones that I have found and compiled from various books and websites. I have many people to thank for doing the math and work that makes it possible for someone like me to implement and use these complex equations. Many of these effects are based on designs from Designing Audio Effect Plug-Ins in C++ Another important source is MusicDSP.org

Sub-Packages

ddsp:util

  • Envelope Detection
  • Circular Buffer
  • Memory Management
  • Basic DSP functions

ddsp:effect

  • AudioEffect : base class for all effects
  • Dynamics: Compressor, Limiter, Expander, Gate
  • Modulated Delay: Generic ModDelay, Phaser, Flanger, Chorus
  • Digital Delay

ddsp:filter

  • Biquad
  • Lowpass (1st order, 2nd order, butterworth, linkwitz-riley)
  • Highpass (1st order, 2nd order, butterworth, linkwitz-riley)
  • Allpass
  • Shelf (Lowpass only)

ddsp:osc

  • Wavetable Oscillator
  • Coupled-from oscillator

Dependecies

Ddsp depends on dplug:core for use of it's @nogc capabilities. The D Runtime is only used for testing purposes within the library. This is to make it compatible with dplug but it can be used in any D framework/application.

Many more components are planned to be added soon.

  • Reverb
  • Modulated Filter
Authors:
  • Ethan Reker
Sub packages:
ddsp:effect, ddsp:filter, ddsp:util, ddsp:osc
Dependencies:
dplug:core
Versions:
2.6.1 2023-Oct-07
2.6.0 2022-Dec-11
2.5.9 2021-Dec-04
2.5.8 2021-Nov-20
2.5.7 2021-Nov-20
Show all 46 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 315 downloads total

Score:
0.7
Short URL:
ddsp.dub.pm