本文介绍了在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?

推荐答案

请参见此示例,它正是您想要的纯Python.您也有其他选项,但使用的是audiolab.

See this example, it is exactly what you want in pure Python. You have another options too, but using audiolab.

这篇关于在Python中生成音频波形图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 09:04
查看更多