TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to sync background music to voice?

1 点作者 redmaverick超过 5 年前
I am working on a side project where I am able to combine the voice from one music video to the background music of another video.<p>i.e Taylor Swift&#x27;s voice from Last Christmas to the BGM of Van Halen&#x27;s jump etc.<p>It is just not working. Are there any techniques to programmatically add the bgm appropriately?<p>Right now, I am thinking of reducing the BGM audio while the vocals are being played.<p>What is the right direction I need to take?

1 comment

djmips超过 5 年前
If you use Spleeter you can isolate vocals and BGM. Maybe you are at that stage already. The problems you still need to solve, assuming you want them to blend aesthetically, is key and tempo. For this you will need to detect the key and tempo each part is in. Then you&#x27;ll need to adjust the tempo and key from one or both parts to match. Even then you will still likely have a clash of structure where the verse and choruses don&#x27;t match up or even worse structure dissimilarities. For this you need another neural net like Spleeter but trained to combine various structures of music, or of course you could do this part by hand.