Python Forum
Splitting vocals from .wav file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Splitting vocals from .wav file
#1
I am trying to take a .wav file and extract the vocals from it. I want to use the vocals to move the mouth of something to sing along to a song. I tried spleeter, but I am doing this on a raspberry pi zero and spleeter was giving me a message that I don't have enough RAM. Is there a good light weight option for this? Library or API? The vocal quality doesn't need to be great. I won't be playing the audio, only analyzing it.
Reply
#2
Two suggestions...

#1. Enable swap on the Pi so the Pi can use virtual memory: https://pimylifeup.com/raspberry-pi-swap-file/

#2. Split your WAV file into smaller chunks and process each chunk separately, reducing the memory needed.
cfescript likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  splitting file into multiple files by searching for string AlphaInc 2 910 Jul-01-2023, 10:35 PM
Last Post: Pedroski55
  splitting a csv file to create another csv pisike 4 2,758 Nov-25-2020, 06:09 PM
Last Post: Larz60+
  Splitting the audio file into smaller packets before transfer using UDP protocol in p MuhammadAli152 0 3,739 May-15-2020, 03:01 PM
Last Post: MuhammadAli152

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020