This is an auto-mixing program for music. It creates "lanes" for each instrument in the most idealized fashion I could come up with.
Go to file
symys 08f5c2ecdd Add shell.nix and requirements.txt. Actually write main function ^_^' 2024-03-04 15:35:50 -06:00
README.md Initial commit. Never tried to run it, completely untested, but the important algorithms are written. 2024-03-04 01:37:15 -06:00
requirements.txt Add shell.nix and requirements.txt. Actually write main function ^_^' 2024-03-04 15:35:50 -06:00
shell.nix Add shell.nix and requirements.txt. Actually write main function ^_^' 2024-03-04 15:35:50 -06:00
ultra_master.py Add shell.nix and requirements.txt. Actually write main function ^_^' 2024-03-04 15:35:50 -06:00

README.md

This program takes a folder full of wav files, mutually diffs all their chunked frequency spectra, and writes out a folder of modified wav files. This is supposed to be an idealized version of the typical mixing strategy of putting each instrument in its own "lane".