initial commit

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-12-12 22:13:54 +01:00
commit 0c913a770f
Se han modificado 18 ficheros con 3334 adiciones y 0 borrados

32
docs/QUICK_START.md Archivo normal
Ver fichero

@@ -0,0 +1,32 @@
# AutoMixer
> Automatic DJ-style audio mixer with BPM detection and beat synchronization
[![npm version](https://badge.fury.io/js/automixer.svg)](https://www.npmjs.com/package/automixer)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
## Quick Start
```bash
# 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](README.md) for full documentation.
## License
MIT