提取击败了MP3音乐的使用Python [英] Extracting beats out of MP3 music with Python

查看:262
本文介绍了提取击败了MP3音乐的使用Python的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么样的​​解决方案,有没有分析出节拍的MP3音乐在Python?这样做的目的是使用韵律信息时生成的动画,出口动画视频文件和的关键帧和视频和音频混合在一起。

What kind of solutions are there to analyze beats out of MP3 music in Python? The purpose of this would be to use rhythm information to time the keyframes of generated animation, export animation as video file and and mix the video and audio together.

推荐答案

检查:

回声巢不怕API

# You can manipulate the beats in a song as a native python list
beats = audio_file.analysis.beats
beats.reverse()

这篇关于提取击败了MP3音乐的使用Python的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆