aboutsummaryrefslogtreecommitdiff
path: root/python/python3-soundfile/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-03 01:24:18 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-03 10:38:25 +0700
commitf93743402094a47432803d783dfee8d54e66cd83 (patch)
tree7567316447d757747db04efc31ae4abc50e98efa /python/python3-soundfile/README
parent73dea23f2cc10ea880ec19989d3eaaeabca875d7 (diff)
python/python3-soundfile: Added (libsndfile/CFFI/NumPy Audio lib)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-soundfile/README')
-rw-r--r--python/python3-soundfile/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-soundfile/README b/python/python3-soundfile/README
new file mode 100644
index 0000000000..0f0521526c
--- /dev/null
+++ b/python/python3-soundfile/README
@@ -0,0 +1,11 @@
+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.