Skip to content

The ultimate audio filters library written for Rustlang.

License

Notifications You must be signed in to change notification settings

Bill13579/rustdsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustdsp

The ultimate audio filters library written for Rustlang.

Generating various filters using filter transformations

Various filter types can be achieved through the use of these, for example, a high pass can be achieved by the use of InvertCutoff

Overview on the Fractional Coefficients

Fractional coefficients were generated for the entire set of slopes from 6-120 dB/oct using Dual Annealing on the set of parameters for a set of biquads ((integer_base // 2 + 1) biquads), with stability ensured through restricting the position of the poles in the biquads to the left side of the complex S-plane, to the negative real side. More detailed information will be posted as development continues.

Stability

This library is still in heavy development, all the filters are working, but things might change at any time.

About

The ultimate audio filters library written for Rustlang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages