mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
364eefe48c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
549 B
Text
15 lines
549 B
Text
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
|