An implementation of audio source separation tools.
Most BSS methods implemented in this repository have been moved to ssspy🚀.
You can install ssspy by pip via GitHub.
| Method | References | Example |
|---|---|---|
| NMF | "Algorithms for Non-Negative Matrix Factorization," D. D. Lee et al., 2000 "Nonnegative Matrix Factorization with the Itakura-Saito Divergence: With Application to Music Analysis," C. Févotte et al., 2009 |
EUC-NMF: KL-NMF: IS-NMF: t-NMF: Cauchy-NMF: |
| Complex NMF | "Complex NMF: A New Sparse Representation for Acoustic Signals," H. Kameoka et al., 2009 | EUC-CNMF: |
| Method | References | Example |
|---|---|---|
| NMF | "Beyond NMF: Time-Domain Audio Source Separation without Phase Reconstruction," K. Yoshii et al., 2013 | LD-PSDTF: Not yet |