Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    How to Make Tech House Like Mau P: 5 Lessons

    agosto 14, 2026

    Windows-G releases E-PeakClipper500 as a FREE VST3 clipper for Windows

    agosto 14, 2026

    Sample Dicer is a FREE four-layer one-shot sampler for macOS and Windows

    agosto 14, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram Vimeo
    Producer Gang | Home of Producers
    • Home
    • Articles
    • Downloads
      • VST’s
    • Tutoriais
    • Plugins

      Windows-G releases E-PeakClipper500 as a FREE VST3 clipper for Windows

      agosto 14, 2026

      Sample Dicer is a FREE four-layer one-shot sampler for macOS and Windows

      agosto 14, 2026

      Okay Synthesizer releases Okay Shaper, a FREE three-band volume shaper

      agosto 14, 2026

      Tuva 1.5 adds project playback across five major DAWs (30% OFF)

      agosto 14, 2026

      Semedo releases AEROMOTION, a FREE multi-mode modulation plugin

      agosto 14, 2026
    • News
      1. Plugins
      2. VST’s
      3. Hip-Hop
      4. Billboard
      5. View All

      Windows-G releases E-PeakClipper500 as a FREE VST3 clipper for Windows

      agosto 14, 2026

      Sample Dicer is a FREE four-layer one-shot sampler for macOS and Windows

      agosto 14, 2026

      Okay Synthesizer releases Okay Shaper, a FREE three-band volume shaper

      agosto 14, 2026

      Tuva 1.5 adds project playback across five major DAWs (30% OFF)

      agosto 14, 2026

      Glitchmachines – Polygon v2.1.0 for Windows

      abril 23, 2025

      Toontrack – EZbass 1.3.0 Update for Windows

      abril 23, 2025

      deltarray – GigLad PC Arranger 4.0.2 for Windows

      abril 23, 2025

      Toontrack – Funk Fusion EBX (SOUNDBANK)

      abril 23, 2025

      Drake Snippet Leaks Before J. Cole’s ‘The Fall-Off’ Drops

      fevereiro 6, 2026

      J. Cole Releases His “Last” Album ‘The Fall Off’

      fevereiro 6, 2026

      GloRilla’s Sister Says She’s “Obligated” To Give Family $2,500 Each

      fevereiro 6, 2026

      Bad Bunny Reveals What To Expect For Super Bowl LX Halftime Show

      fevereiro 6, 2026

      Beyonce Cowboy Carter Tour July 4th in Washington, D.C.: Best Moments

      julho 5, 2025

      Morgan Wallen Notches 18th Country Airplay No. 1

      julho 5, 2025

      Best Moments in Cardiff, Wales

      julho 4, 2025

      Bad Bunny ‘NUEVAYol’ Pro-Immigrant Video Arrives on Fourth of July

      julho 4, 2025

      How iHeart’s Ruby Studio Uses Apollo to Podcast at Scale – Universal Audio

      julho 29, 2026

      A Guide to Distortion for Home Recordists – Universal Audio

      julho 24, 2026

      UAFX Guitar Amp Emulators – Universal Audio

      julho 17, 2026

      Step-by-Step Guide – Universal Audio

      julho 17, 2026
    • Learn How to Sell Beats
    Producer Gang | Home of Producers
    • Home
    • Plugins
    • Hip-Hop
    • News
    • Learn How to Sell Beats
    Home»Articles»3 Ways to Remove Vocals From A Song – With Lalai.ai
    Articles

    3 Ways to Remove Vocals From A Song – With Lalai.ai

    Producer GangBy Producer Gangabril 23, 2025Nenhum comentário5 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr WhatsApp VKontakte Email
    Audio Mentor
    Share
    Facebook Twitter LinkedIn Pinterest Email


    Ever wanted to remove vocals from a song? Maybe you need a karaoke track or you want to do some sampling.

    Luckily, with the tools and technology available these days, it’s quite easy to split music tracks into audio stems.

    In this post, I’ll break down 3 ways to remove vocals from your music. Let’s get started.

    Method 1 – Phase Cancellation

    Using phase cancellation is the oldest trick in the music producer’s playbook.

    The way this works is by taking a stereo track and then inverting either the left or right channel. Because vocals are usually mixed in the middle, while other instruments in a mix are panned left and right (to bring spatial awareness in a track), you can easily phase out the vocals of a track by putting the tracks together.

    The result is a ‘washy’, ‘silvery’ kind of output. Take a listen to the video above.

    This method is hit-or-miss, depending on how the track is mixed. Also, you don’t actually ‘remove’ the vocals. You’re actually ‘phasing’ it out.

    Step 1 – Extract audio channels from a stereo track

    Using an audio editing software like Audacity (free) or Adobe Audition, first, separate the left and right channels of a stereo track.

    In Adobe Audition, I did this by highlighting the left channel and selecting ‘Copy To New’, creating a new audio file.

    After that, proceed to make another new file by doing the same for the right audio channel as well.

    Step 2 – Invert an audio channel

    Edit one of the audio channels and invert it. Make sure to only invert one channel, not both of the channels.

    invert-adobe-auditon

    Step 3 – Put both channels together

    I created a new multitrack session and placed both the audio channels together. The left channel is inverted and the right channel is simply a copy.

    audio-phase-adobe-audition

    What happens at this point is that the vocals (if it is panned to the middle in the mix) will be phased out.

    Note: Some DAWs and audio editor allows you to directly invert the polarity of your audio track. So there’s no need to manually invert as we did in Step 2.

    polarity-switch-audition

    Method 2 – Separate vocals with Spleeter

    Spleeter is an audio separation engine by Deezer, written in Python and Tensorflow.

    The thought process behind using machine learning to split music tracks into stems came about like this: A music track is usually made up of a ‘mix’ of few individual instrument tracks – think vocals, drums, bass, guitar, etc. So technically what a music source separation engine does is to separate these elements – into audio stems.

    spleeter by deezer

    The image above shows how it works. And guess what – Spleeter is a free tool!

    Sounds great, but what’s the issue?

    Well, to use Spleeter, you need some knowledge using the command prompt. You can access Spleeter’s source files via Github and run it straight from command line or in your own development environment as a Python library.

    However, in my test, I managed to use Spleeter in Google Colab. (without having to install anything on my computer.)

    Step 1 – Access the Spleeter notebook on Google Colab

    First, access Spleeter’s Google Colab notebook. It’ll look like this below:

    using-spleeter-google-colab

    Step 2 – Replace the audio file source & command.

    In my test, I uploaded the music track (in mp3) on my website and pasted the URL to replace the audio example.

    using-spleeter-google-colab-audio

    Make sure to change the file name in the other cells, according to the audio file you’re processing too.

    Step 3 – Execute the Code!

    Once you’re set, just hit ‘Run All’ under the ‘Runtime’ menu. It’ll take a few minutes for Spleeter to install and then split the audio file you’ve defined into stems.

    using-spleeter-google-colab-split

    Spleeter will split your audio file into two stems – vocals.wav and accompaniment.wav

    Once done, you’ll be able to download the files, under files.

    spleeter-download-split-audio

    Is Spleeter any good?

    The results with Spleeter was decent. It was able to successfully separate stems from the music track I uploaded.

    Again, listen to the results and comparison in the video above.

    However, the process of doing it took too much hassle (at least for me). Not having knowledge in programming means I had to Google around and try to figure out ways to modify the code.

    I later read that although Spleeter’s audio separation engine does the job, Deezer hasn’t completely solved source separation – and the tool actually has downsides where for instance, it simply mutes frequencies that the engine is unable to separate.

    Method 3 – Use an Audio Splitting Service – LALAI.AI

    Don’t want the hassle of meddling with phase cancellation or tough-to-setup tools?

    Thankfully, you can use the help of audio splitting services like LALAL.AI, a next-generation music separation service.

    lalai-ai-music-separation

    Having to spend hours trying to figure out a tool like Spleeter, using LALAI.AI was a breeze. All I had to do was to choose how aggressive I prefer the algorithm to behave and drop a music track into the website.

    In just below a minute, it output the stems which I can then just download off the site. Neat!

    lalai-ai

    Where Spleeter falls short where they have stalled their development, a service like LALAI.AI continues to enhance their audio splitting algorithm every day – giving you the benefit of having audio stems with fewer audio artifacts and unnatural sounds.

    A common thought is why you would want to use a paid service like LALAI.AI when there are free tools such as Spleeter? To me, I value my time and with LALAI.AI only costing $10 for up to 10 track (or 90 minutes) – it’s worth the hassle.

    Final Thoughts

    It’s amazing how far we’ve come with music and audio technology. What used to be impossible a few years back, has become a reality with machine learning and artificial intelligence.

    A note of caution. Regardless of whether you’re looking to remove vocals or split audio tracks for the purpose of remixes, up-mixing, sample, active listening, practice or performance – know that if you’re planning to split copyrighted songs, make sure to get proper authorization.

    Let me know your favourite way to remove vocals or splitting audio tracks in the comment section below!





    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr WhatsApp Email
    Previous ArticleAdd Motown’s Secret-Sauce with the Hitsville EQ Collection – Universal Audio
    Next Article Top 30 Free VST Plugins in 2024

    Related Posts

    REAPER vs Ableton Live

    agosto 13, 2026

    The Best Drum Kit Sampler Instruments

    agosto 11, 2026

    How To Record Bass Guitar

    agosto 8, 2026

    What Are You Trying to Achieve as a Music Producer?

    agosto 6, 2026
    Demo
    Our Picks
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo
    Don't Miss
    Tutorials

    How to Make Tech House Like Mau P: 5 Lessons

    By Producer Gangagosto 14, 20260

    Mau P’s productions stand out because they are club-focused, high-energy and incredibly detailed. This breakdown…

    Windows-G releases E-PeakClipper500 as a FREE VST3 clipper for Windows

    agosto 14, 2026

    Sample Dicer is a FREE four-layer one-shot sampler for macOS and Windows

    agosto 14, 2026

    Okay Synthesizer releases Okay Shaper, a FREE three-band volume shaper

    agosto 14, 2026

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    Producer Gang | Home of Producers
    Facebook X (Twitter) Instagram Pinterest
    • Home
    • Plugins
    • Hip-Hop
    • News
    • Learn How to Sell Beats
    © 2026 Producer Gang. Designed by Audio Escola.

    Type above and press Enter to search. Press Esc to cancel.