文件名称:python-soundfile:SoundFile是基于libsndfile,CFFI和NumPy的音频库
文件大小:41KB
文件格式:ZIP
更新时间:2024-06-17 08:35:27
Python
python-soundfile 模块是基于libsndfile,CFFI和NumPy的音频库。 完整文档可在。 soundfile模块可以读取和写入声音文件。 是一个免费的,跨平台的开源(LGPL)库,用于读取和写入运行在许多平台(包括Windows,OS X和Unix)上的许多不同的采样声音文件格式,它通过支持文件读取/写入。 它可以通过访问, 是Python调用C代码的外部函数接口。 CPython 2.6 +,3.x和PyPy 2.0+支持CFFI。 soundfile模块将音频数据表示为NumPy数组。 python-soundfile已获得BSD许可(BSD 3-条款许可)。 (c)2013年,巴斯蒂安·贝希特(Bastian Bechtold) 重大变化 soundfile模块在最近的几个发行版中发展Swift。 最值得注意的是,我们从改变了进口名import
【文件预览】:
python-soundfile-master
----MANIFEST.in(132B)
----README.rst(10KB)
----_soundfile_data()
----CONTRIBUTING.rst(2KB)
----.gitmodules(112B)
----soundfile.py(57KB)
----soundfile_build.py(5KB)
----doc()
--------fake_numpy.py(80B)
--------conf.py(9KB)
--------requirements.txt(45B)
--------fake__soundfile.py(430B)
--------index.rst(219B)
--------Makefile(7KB)
----.travis.yml(439B)
----LICENSE(1KB)
----setup.py(4KB)
----tests()
--------test_argspec.py(2KB)
--------mono.raw(10B)
--------test_soundfile.py(36KB)
--------stereo.wav(88B)
--------mono.wav(54B)
--------generate_soundfiles.py(2KB)
----.gitignore(68B)
----build_wheels.py(572B)