检测歌曲中的节拍

发布于 2024-12-23 17:44:26 字数 189 浏览 1 评论 0原文

我正在开发一个项目,该项目要求我在应用程序中播放歌曲时添加节拍检测(WinForms - C#)。

我目前正在使用 NAudio.NET 来播放歌曲和显示有关歌曲的详细信息。

是否有一个库可以让我执行此操作或以某种方式手动检测此操作?我并不期待一个完整的解决方案,而是指向正确的方向。理想情况下,我希望这是实时检测,但这不是必需的。

I'm working on a project which requires me to add beat detection when a song is playing in the application (WinForms - C#).

I'm currently using NAudio.NET for playing the song & displaying details about the song.

Is there a library that would allow me to do this or some way to detecting this manually? I'm not expecting a finished solution but pointers in the right direction. Ideally I would like this to be a real-time detection but it is not essential.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

遗忘曾经 2024-12-30 17:44:26

这个问题已经被问过;查看此 StackOverflow 线程。一些答案包括明确的节拍检测算法和链接。

This question has already been asked; check out this StackOverflow thread. Some of the answers include explicit beat detection algorithms and links.

薄情伤 2024-12-30 17:44:26

您可以使用这个 BPM 检测库

除了 BPM 计算之外,它还允许您获取每个节拍,因此您可以调整您的可视化(如果是这种情况)。

You can use this BPM Detection Library

Besides BPM calculation it also allows you to get every beat, so you could for example adjust your visualisation, if that is the case.

淡淡绿茶香 2024-12-30 17:44:26

我已经使用 FMOD 来完成您正在做的事情。他们没有烦人的弹出窗口。您可以查看此链接,该链接指向在 c# 中使用它的 GitHub 项目。根据该项目的预算,Fmod 许可有点奇怪。如果你的预算低于 50 万,你可以免费使用它,但应该在某个地方显示他们的徽标,无论是在启动屏幕还是在制作人员名单屏幕中。

I've used FMOD to do exactly what you're doing. They don't have annoying popups. You can check out this link to a GitHub project that uses it in c#. Fmod licensing is a little odd, based on what the program's budget is. If your budget is under 500k, you can use it for free, but are supposed to display their logo somewhere, either in a splash screen or credits screen.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文