WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2026 Poal.co

591

I'm working with an audio stream that has someone narrating what they're doing, but there's music in the background. The music is not part of the program, but just happened to be playing while the person was working.

We're trying to isolate that down enough so that all of the major content trigger algos don't trigger on it, but I'm failing at computer.

Anyone have a workable (not perfect) method for doing something like that? We couldn't care less if it's an online AI bullshit thing.

I'm working with an audio stream that has someone narrating what they're doing, but there's music in the background. The music is not part of the program, but just happened to be playing while the person was working. We're trying to isolate that down enough so that all of the major content trigger algos don't trigger on it, but I'm failing at computer. Anyone have a workable (not perfect) method for doing something like that? We couldn't care less if it's an online AI bullshit thing.
[–] 3 pts

This looks kind of shady but maybe it'll work: https://vocalremover.org/

How long is your clip? Maybe break it into smaller samples then stich it back together in audacity.

[–] 1 pt

Current clip is 1:21:00

[–] 1 pt

Cut a clip to like 3 min and test with one of the above. If the result is good, you could pay to get longer or just keep clipping short sections and using the free trials. I'm not sure what their max length is as I never paid for it.

[–] 1 pt

I use "MP3 Splitter & Joiner Pro 5.0" and can recommend it if you want to give it a try to split the long file down to shorter durations, run it through that site, then merge the individual isolated tracks back into a single file.

I use it to split a long audio file (many hour audio books) into multiple files (chapters). http://www.ezsoftmagic.com/mp3splitter_joiner_pro.htm

I haven't looked at what the 'free' version lacks in features/locks off. If you would like to try the non-legitimate pro version, I can provide you with it.

It has many options, including silence detection for automatically splitting the long file into segments based on duration of detected silence (such as between chapters in audio books).

There are also other software like it, but I haven't tried any of them.

[–] 0 pt

ffmpeg will split an mp3 (or most anything else) losslessly BTW.

[–] 0 pt (edited )

EDIT: Replied on wrong comment, sorry.