python3-soundfile

Python 3 audio module based on libsndfile
  https://github.com/bastibe/PySoundFile
  0
  no reviews



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.