在一首歌曲检测节拍首歌曲、在一、节拍

2023-09-04 09:05:32 作者:笑看狗装逼

我工作的一个项目,需要我补充拍子检测,当歌曲播放应用程序(的WinForms - C#)。

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

我目前使用NAudio.NET播放歌曲和放大器;显示有关歌曲的详细信息。

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.

推荐答案

您可以使用此 BPM检测库

此外BPM计算它也可以让你获得每一次跳动,所以你可以例如调整可视化,如果是这样的话。

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