Skip to content

michaeldzjap/MDAudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDAudio

A(nother) C audio signal processing library

Requirements

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