musicat
musicat copied to clipboard
DSP plugins
No an issue, but a feature request, if that is in line with your vision of the project.
I "was" building my own music player in Rust (using Dioxus) until I found this awesome project. I was playing with implementing DSP plugins like the old Winamp plugins to:
- Loop audio
- Change pitch of audio (without changing tempo)
- Change tempo of audio (without changing pitch)
https://github.com/SamiPerttu/fundsp looks promising to implement those features.