> I’ve created 5-channel mixes of all the backing tracks so we can fade out specific instruments if somebody wants to play them live How was this done? This seems like an even more difficult task to do well than what’s described in the article
Probably either creating stems from karaoke multitracks (e.g. [0]) or using Spleeter [1] 5-stem mode [0] https://www.karaoke-version.com/ [1] https://github.com/deezer/spleeter
Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
11–20 of 39 posts
Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#12Earlier quoted context omitted.
Probably either creating stems from karaoke multitracks (e.g. [0]) or using Spleeter [1] 5-stem mode [0] https://www.karaoke-version.com/ [1] https://github.com/deezer/spleeter
is there an ai model that can do this at the moment?
Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#13Earlier quoted context omitted.
Probably either creating stems from karaoke multitracks (e.g. [0]) or using Spleeter [1] 5-stem mode [0] https://www.karaoke-version.com/ [1] https://github.com/deezer/spleeter
is there an ai model that can do this at the moment?
https://github.com/intel/openvino-plugins-ai-audacity/blob/m...
Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#14Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#15Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#16Around 2013 I built a guitar tab synced to youtube video proof of concept thing and promptly let it rot, should have done more with it!
Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#17Even Rick Beato is out of a job now.
Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#18Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#19Re: Guitar chord karaoke with Vamp, Chordino, and FFmpeg (2022)
#20Very cool indeed! Does anyone know how it's possible for Vamp to extract guitar chords from audio? What if there are multiple guitars, like lead and bass, or lead and rhythm?
That particular algorithm doesn't care whether the instruments are guitar or otherwise. There are other algorithms in vamp that would deal with individual notes. But in terms of separating tracks, vamp doesn't do that. There are some new ML-based solutions for this though. So you could separate them and run vamp on those outputs. But to get the chords I don't think you need to worry about that.