Documentation

Complete technical documentation for InfiniteMix. Learn how everything works under the hood.

Quick Start

1. Upload Tracks

Upload your audio files using the upload button or drag & drop.

Supported formats: MP3, WAV, FLAC, AAC, OGG, M4A

2. Configure Settings

Adjust crossfade duration and transition style.

Default crossfade: 8 seconds
Transition: Smart (automatic)

3. Generate Mix

Click "Generate Mix" and wait for processing to complete.

Processing time: ~30 seconds per track

API Access

Integrate InfiniteMix into your applications with our REST API.

POST /api/mix
{
  "tracks": ["url1", "url2"],
  "crossfade": 8,
  "format": "mp3"
}
View Full API Documentation