Source: pysoundfile Section: python Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: IOhannes m zmölnig (Debian/GNU) , Alessio Treglia , Build-Depends: debhelper-compat (= 12), dh-buildinfo, dh-python, python3, python3-setuptools, python3-cffi, python3-pytest, python3-numpy, libsndfile1, python3-sphinx, python3-sphinx-rtd-theme, Testsuite: autopkgtest-pkg-python Standards-Version: 4.4.1 Rules-Requires-Root: no Homepage: https://github.com/bastibe/PySoundFile Vcs-Git: https://salsa.debian.org/multimedia-team/pysoundfile.git Vcs-Browser: https://salsa.debian.org/multimedia-team/pysoundfile Package: python3-soundfile Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libsndfile1, Recommends: ${shlibs:Recommends}, ${misc:Recommends}, ${python3:Recommends}, python3-numpy, Description: Python 3 audio module based on libsndfile PySoundFile can read and write sound files in a variety of formats and eases the application of signal processing algorithms. File reading/writing is supported through libsndfile. By default, PySoundFile represents audio data as NumPy arrays, but ordinary Python buffers are supported as well. . This package provides the Python 3.x module. Package: python-soundfile-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax, Built-Using: ${sphinxdoc:Built-Using}, Description: Python audio module based on libsndfile - documentation PySoundFile can read and write sound files in a variety of formats and eases the application of signal processing algorithms. File reading/writing is supported through libsndfile. By default, PySoundFile represents audio data as NumPy arrays, but ordinary Python buffers are supported as well. . This package provides the API documentation.