Skip to content

Yet another effects library but with focus on the #![no_std] environment

Notifications You must be signed in to change notification settings

backtail/yanel_dsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yanel DSP

The Yanel DSP (yet another effects library) is written and envisioned for embedded targets!

#![no_std] compatibility guaranteed!

Freeverb

A reverb inspired by Ian Hobsen of his ADC18 talk but #![no_std] compatible!

Simple Delay

Fractional delay without popping (while changing delay time).

Multi Filter

A variable state filter with

  • Lowpass
  • Highpass
  • Allpass
  • Notch
  • Bell Curve
  • Low Shelf

and variable Q/Gain!

Examples

There are a few implementations as VST3 plugins with the nih-plug crate:

  • Multi Filter (no GUI)
  • Freeverb
  • Simple Delay

About

Yet another effects library but with focus on the #![no_std] environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages