VERSION 0.1
Simple Web Based Audio Editing because my gf wanted to edit audio and everythign is either too complex or cost money. Available for free at audio.zachrodgers.ca
- Multi-track Editing infinite tracks and layers with snapping
- Drag-and-drop Import for common formats (WAV, MP3, OGG, AAC, FLAC, WebM)
- Clip Editing: select, move, split, duplicate, delete, copy, paste, undo, redo
- Volume Keyframing: double click to add keyframe to volume levels
- Overlap Protection: overlapping tracks will not be deleted and instead shown in red
- Project Memory: project is saved in browser memory to not lose changes
- Clips from URLs
- Project saving
- Node.js 18+
- npm
git clone <repository-url>
cd parallel-audio-editor
npm install
npm run devOpen http://localhost:5173 in your browser.
- React 19
- TypeScript
- Vite
- Zustand
- Tailwind CSS
- Lucide React
- Web Audio API
- Web Workers
- Fork the repository
- Create a feature branch
- Commit your changes
- Open a pull request
MIT License