文件名称:pysox:围绕SOX的Python包装器
文件大小:3.93MB
文件格式:ZIP
更新时间:2024-05-23 08:17:56
Python
pysox 围绕SOX的Python包装器。 。 该库在以下论文中介绍: , 和JP Bello,“ ”,在第17届国际音乐信息检索学会会议论文集和后期演示文件中,美国纽约,8月。 2016年。 安装 这要求安装版本14.4.2或更高版本。 要在带有Homebrew的Mac上安装SoX,请执行以下操作: brew install sox 如果要支持mp3 , flac或ogg文件,请添加以下标志: brew install sox --with-lame --with-flac --with-libvorbis 在Linux上: apt-get install sox 或安装。 要通过PyPi安装此模块的最新版本,请执行以下操作: pip install sox 要安装master分支: pip install git+https://github.com/r
【文件预览】:
pysox-master
----MANIFEST.in(167B)
----sox()
--------core.py(7KB)
--------file_info.py(11KB)
--------__init__.py(689B)
--------combine.py(19KB)
--------log.py(83B)
--------transform.py(134KB)
--------version.py(106B)
----docs()
--------api.rst(302B)
--------example.rst(3KB)
--------conf.py(9KB)
--------changes.rst(1KB)
--------requirements.txt(45B)
--------Makefile(7KB)
--------index.rst(2KB)
----.github()
--------workflows()
----tests()
--------test_combine.py(15KB)
--------test_file_info.py(15KB)
--------data()
--------test_transform.py(173KB)
--------test_core.py(8KB)
----LICENSE(1KB)
----setup.cfg(68B)
----setup.py(1KB)
----.gitignore(838B)
----README.md(4KB)