在 Python 中生成音频波形图
是否可以?我想运行一批音频文件并从中生成图形波形文件。与 SoundCloud 显示的类似,但也许我正在寻找的模块将提供更多选项。
外面有什么?什么好?
Is it possible? I'd like run over a batch of audio files and produce graphic waveform files from them. Similar to what SoundCloud displays, but perhaps the module(s) im seeking will offer a few more options.
Whats out there? whats good?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅这个示例,它正是您在纯 Python 中想要的。您还有其他选项,但使用
audiolab
。See this example, it is exactly what you want in pure Python. You have another options too, but using
audiolab
.