Forum Discussion
How can I remove vocals from a song on a Windows PC?
Using Demucs 4 is an excellent choice if you want to remove vocals from a song on a Windows PC, especially since it's a state-of-the-art AI-based tool designed for source separation. Demucs 4 is part of the newer generation of neural network models that can effectively isolate vocals and other stems from a mixed audio track, often providing very high-quality results.
How Demucs 4 works for removing vocals from a song:
Demucs 4 applies deep learning techniques to analyze the audio file and separate it into different components—vocals, drums, bass, and other instruments. Once you run a song through Demucs 4, you'll get separate audio files for each stem. To create an instrumental version, you simply discard the vocals stem and combine the remaining stems, or directly export the track without vocals.
Using Demucs 4 on Windows PC:
1.Installation:
Demucs 4 is typically run via Python, so you'll need to install Python and the Demucs package.
2.Process:
Open Command Prompt and install Demucs with pip install demucs.
Run Demucs on your audio file using a command like:
demucs --two-stems=vocals "path_to_your_song.mp3"
Demucs will process the file and output separate stems in a specified folder.
3. Creating the instrumental:
After separation, you'll find the vocals stem.
To get an instrumental, remove or mute the vocals stem and combine the remaining stems, or use the non-vocal output directly if available.