- 🎚️ Live audio editing (speed, EQ, effects)
- 🔄 Edits are persistent. No need to reapply when a new song plays
- 💾 Save/Export custom tracks and presets
- 🎥 Built in downloader for YouTube and Spotify
- 🎬 Full-screen mode that supports video formats
- ⚙️ File converter tool
- 🏷️ Song metadata tag editor
- 🎨 Customizable themes
You can try a simplified version on the web here
⚠️ Note: This project is still under active development. Bugs and errors may occur. Feel free to submit a PR or issue on GitHub if you encounter any problems!
Go to releases and download the .zip of the newest release. Once downloaded, unzip the folder and run the .exe inside
npm install --production
npm install webpack-cli
npm run react-build
This will create a new folder titled 'build'
npm run electron-build
This will create a new folder titled 'dist'. This is where the installer.exe is
In /dist, run setup.exe
npm install
npm i react-scripts
npm run all
To run the tests
npm test
To see the coverage
npx jest --coverage
