FMOD,每秒节拍数
使用FMOD
(交互式音频中间件),是否可以在播放曲目时实时计算其每秒节拍数?
我无法找到有关此的太多信息,这将非常有用。将使用 c#
但能够翻译。
谢谢
Using FMOD
(interactive audio middle ware), is it possible to calculate the Beats Per Second of a track in real time as it is playing?
I am unable to find much information about this, it would be very useful. Will be using c#
but will be able to translate.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FMOD 不提供任何计算每分钟节拍的机制,您需要第三方软件来实现这一点。
FMOD doesn't provide any mechanism to calculate beats per minute, you would need third party software to achieve that.