Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

real-time statistical waveset processing

⚠️ (very much a work-in-progress, at this point) ⚠️

inspired deeply by nathan ho's brilliant post on statistical waveset processing, this project aims to implement a real-time version of the procedure in an audio plugin. i deeply suggest you read his original blog post for more information about the exact approach here.

to handle the real-time statistical analysis, i used the RTEFC (real-time exponential filter clustering) algorithm, which mainly keeps track of the centroids of each cluster -- exactly what we want for this use case. as nathan points out, doing a shoddy sort of k-means algorithm and discarding the oldest samples could probably work too, but i like things with acronyms.

sources: https://nathan.ho.name/posts/wavesets-clustering/ https://gregstanleyandassociates.com/whitepapers/BDAC/Clustering/clustering.htm

About

extremely work-in-progress audio plugin implementing real-time waveset processing

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages