pkgsrc/audio/py-soundfile/DESCR
wiz 1ecd6e93be audio/py-soundfile: import py-soundfile-0.10.3.1
SoundFile is an audio library based on libsndfile, CFFI and NumPy.

SoundFile can read and write sound files. File reading/writing is
supported through libsndfile, which is a free, cross-platform,
open-source (LGPL) library for reading and writing many different
sampled sound file formats that runs on many platforms. SoundFile
represents audio data as NumPy arrays.
2022-01-12 21:26:38 +00:00

7 lines
368 B
Text

SoundFile is an audio library based on libsndfile, CFFI and NumPy.
SoundFile can read and write sound files. File reading/writing is
supported through libsndfile, which is a free, cross-platform,
open-source (LGPL) library for reading and writing many different
sampled sound file formats that runs on many platforms. SoundFile
represents audio data as NumPy arrays.