Clone
2
Home
max edited this page 2026-08-06 05:06:30 +00:00

Welcome to the Audio Splitter Wiki

This is the official documentation for Audio Splitter - a tool for splitting audio files into tracks using a flexible tracklist.

Section Description
Getting Started Installation and first run
CLI User Guide All command-line options and examples
Web Interface Using the web UI
Deployment Docker, reverse proxy, and environment variables
Architecture Project structure and how it works
Contributing Guidelines for contributors
FAQ Frequently asked questions

About

Audio Splitter is a Python-based tool that reads a tracklist (with timestamps) and splits an audio file into individual tracks. It supports:

  • Multiple audio/video formats (MP3, FLAC, M4A, MKV, etc.)
  • Custom tracklist formats (%ts %tn - %an)
  • Start-only (00:00) and start:end (00:00-01:30) timestamps
  • Metadata writing (title, artist, album, comment)
  • CLI, web UI, and Docker

License: GNU GPLv3 or later Repository: https://git.vmn.su/max/audio_splitter