如何pydub
在 Windows 7 机器上下载和安装要在 Python 2.7 中使用的模块?
我发现的只是 UNIX 用户的说明。
[我想连接两个音频文件 (.wma)。我发现没有使用内置模块的解决方案代码,所以我决定pydub
改用。
但是,如果有更简单的方法来合并音频文件,使用内置模块,我很想知道它。]
如果您还没有pip,请先安装它
然后这样做:
pip install pydub
或者
pip install git+https://github.com/jiaaro/pydub.git@master
或者
git clone https://github.com/jiaaro/pydub.git