A desktop application for creating music loops by repeating audio files. Built with Electron and React.
- Load WAV audio files
- Set the number of repetitions
- Process audio files to create loops
- Convert to MP3 format with custom settings
- Choose custom output folder
- Waveform visualization using wavesurfer.js
brew install sox
Download and install from SoX website
sudo apt-get install sox
- Clone the repository
- Install dependencies:
npm install
Start the development server and Electron app:
npm run dev
npm run build
npm run package
MIT