mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
f937434020
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
541 B
Text
11 lines
541 B
Text
python3-soundfile (Audio library based on libsndfile, CFFI, and NumPy)
|
|
|
|
The soundfile module is an audio library based on libsndfile, CFFI
|
|
and NumPy.
|
|
|
|
The soundfile module 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
|
|
including Windows, OS X, and Unix. It is accessed through CFFI,
|
|
which is a foreign function interface for Python calling C code.
|