651 B
651 B
AutoMixer
Automatic DJ-style audio mixer with BPM detection and beat synchronization
Quick Start
# Install globally
npm install -g automixer
# Mix tracks
automixer mix track1.mp3 track2.mp3 track3.mp3 -o my_mix.mp3
# Analyze a track
automixer analyze track.mp3
Requirements
- Node.js >= 18.0.0
- FFmpeg installed on your system
Documentation
See README.md for full documentation.
License
MIT