Live data from Hacker News

Spleeter: Extract voice, piano, drums, etc. from any music track

github.com

41–50 of 182 posts

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#41
post #15

Gave this a go, it's an easy install with pip, and results are pretty quick even on an old macbook. Splits into 2stems (vocals/accompaniment) on some random songs I chose actually quite good using the pretrained models provided. Of course, ripping the vocals out of the accompaniment takes out a good chunk of the middle frequencies so some songs sound a bit wonky. Worth a play if you are interested.

Same, Rage Against The Machine - Killing In the Name came out sounding great. Very cool.

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#42
I gave it a try with Megadeth's Holy wars[1], was expecting something like this[2] but got very deep audio. Not sure why but perhaps it's because bassist David Ellefson uses pick which gives the percussive sound and it suits to Megadeth.

Any parameter I could use with spleeter to get a similar output?

[1] https://www.youtube.com/watch?v=9d4ui9q7eDM

[2] https://www.youtube.com/watch?v=uWkykQHsJ-Y

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#43
post #5

Are there any examples I can listen to?

I set up a Colab notebook to try spleeter out for myself. You can try picking up your favorite mp3, renaming it to "audio_sample.mp3", uploading it to the Colab, and spining all the cells on the notebook. Enjoy. https://colab.research.google.com/gist/tomo-makes/33b9bc7f22...

This is great. Thank you! I extended the notebook with an example of downloading a youtube video, extracting the audio, then feeding it through spleeter.

Notebook: https://colab.research.google.com/gist/shawwn/0f286f5d4bc22e...

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#44

I'd love to see how this compares with Celemony Melodyne. As far as I've been able to determine, Melodyne doesn't use ML, but it's hard to find out exactly what it does use. Either way, an open source competitor to Melodyne is a welcome addition!

I’ve always assumed Melodyne uses FFT bins.

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#45

Not only are the results good, but the music is generated decently rapidly. The implications are clear: whoever wants to make a quick fortune on YouTube should start converting and uploading truckloads of songs as fast as possible. The demand is there. I could easily see that bringing in millions of views.

They’d still get tagged for copyright.

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#46
post #15

Gave this a go, it's an easy install with pip, and results are pretty quick even on an old macbook. Splits into 2stems (vocals/accompaniment) on some random songs I chose actually quite good using the pretrained models provided. Of course, ripping the vocals out of the accompaniment takes out a good chunk of the middle frequencies so some songs sound a bit wonky. Worth a play if you are interested.

It's really good on the 2-stem stuff. On the 4-stem model, it's a bit shy about the bass part, and parts drift in and out. I'd like to try it on a FLAC.

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#47
post #29

Karaoke with the most obscure songs!

And even better, karaoke that doesn't suck--most karaoke tracks are covers by cheap bands and you can clearly tell the inferior quality if you're familiar with the song.

Sure, not to mention the awful singing accompanying most karaoke tracks.

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#49
For your listening pleasure, here's a full-length demo. I decided to use the Jonathan Coulton classic "Re Your Brains", because I can legally share and modify his music under its Creative Commons license.

First, the original:

https://mwcampbell.us/tmp/spleeter-demo/jonathan-coulton-re-...

Now the derived stems:

Vocals: https://mwcampbell.us/tmp/spleeter-demo/jonathan-coulton-re-...

Accompaniment: https://mwcampbell.us/tmp/spleeter-demo/jonathan-coulton-re-...

Note: I'm not affiliated with this project or Mr. Coulton. I just think this is a cool project and wanted to share.

Re: Spleeter: Extract voice, piano, drums, etc. from any music track

#50
An interesting alternative approach for instrument sound separation is to use a fused audio + video model. So, given that you also have video of the instruments being played, you can perform this separation with higher fidelity.

I was fascinated by the work done by “The Sound of Pixels” project at MIT.

http://sound-of-pixels.csail.mit.edu/

Post reply on HN