You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://colab.research.google.com/drive/1gSlmSmna7f7fH6OjsiMEDLl-aJ9kGPkY?usp=sharing)
8
10
[](https://huggingface.co/spaces/theneos/audio-separator)
9
11
12
+
</div>
13
+
10
14
**Summary:** Easy to use audio stem separation from the command line or as a dependency in your own Python project, using the amazing MDX-Net, VR Arch, Demucs and MDXC models available in UVR by @Anjok07 & @aufr33.
11
15
12
16
Audio Separator is a Python package that allows you to separate an audio file into various stems, using models trained by @Anjok07 for use with [Ultimate Vocal Remover](https://github.com/Anjok07/ultimatevocalremovergui).
13
17
14
18
The simplest (and probably most used) use case for this package is to separate an audio file into two stems, Instrumental and Vocals, which can be very useful for producing karaoke videos! However, the models available in UVR can separate audio into many more stems, such as Drums, Bass, Piano, and Guitar, and perform other audio processing tasks, such as denoising or removing echo/reverb.
15
19
20
+
<details>
21
+
<summaryalign="center"><b>Table of Contents</div></b></summary>
22
+
23
+
-[🎶 Audio Separator 🎶](#-audio-separator-)
24
+
-[Features](#features)
25
+
-[Installation 🛠️](#installation-%EF%B8%8F)
26
+
-[🐳 Docker](#-docker)
27
+
-[🎮 Nvidia GPU with CUDA or 🧪 Google Colab](#-nvidia-gpu-with-cuda-or--google-colab)
28
+
-[ Apple Silicon, macOS Sonoma+ with M1 or newer CPU (CoreML acceleration)](#-apple-silicon-macos-sonoma-with-m1-or-newer-cpu-coreml-acceleration)
29
+
-[🐢 No hardware acceleration, CPU only](#-no-hardware-acceleration-cpu-only)
30
+
-[🎥 FFmpeg dependency](#-ffmpeg-dependency)
31
+
-[GPU / CUDA specific installation steps with Pip](#gpu--cuda-specific-installation-steps-with-pip)
32
+
-[Multiple CUDA library versions may be needed](#multiple-cuda-library-versions-may-be-needed)
33
+
-[Usage 🚀](#usage-)
34
+
-[Command Line Interface (CLI)](#command-line-interface-cli)
35
+
-[Listing and Filtering Available Models](#listing-and-filtering-available-models)
0 commit comments