summaryrefslogtreecommitdiffstats
path: root/python/sounddevice/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/sounddevice/README')
-rw-r--r--python/sounddevice/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/sounddevice/README b/python/sounddevice/README
new file mode 100644
index 0000000000..161919d1f2
--- /dev/null
+++ b/python/sounddevice/README
@@ -0,0 +1,15 @@
+This python module provides bindings for the portaudio
+library and a few convenience function to play and
+record NumPy arrays containing audio signals.
+
+numpy3 is an optional recommended dependency. If you
+need html doc install sphinx insipid-sphinx-theme and
+sphinx-last-updated-by-git then customize your
+slackbuild by adding the following commands
+
+mkdir -pv html_install_dir
+python3 -m sphinx doc_dir html_install_dir
+
+html documentation will be installed in the
+html_install_dir folder which then can be copied to
+$PKG/usr/doc/$PRGNAM-$VERSION