aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pulsectl/README
diff options
context:
space:
mode:
authorPouria Rezaei <Pouria.rz@outlook.com>2021-04-02 18:25:46 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-03 08:48:32 +0700
commita1c9b24048ed89ce34d52b7ba4c9cbb41f339704 (patch)
tree464fbcf2fe16a6f4c2ef6231aa5b47c822e754f9 /python/python3-pulsectl/README
parent7935a4b9922c414ce0bdd658713b1c3046cb7604 (diff)
python/python3-pulsectl: Added (Pulse-control Python3 library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pulsectl/README')
-rw-r--r--python/python3-pulsectl/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-pulsectl/README b/python/python3-pulsectl/README
new file mode 100644
index 0000000000000..bef884264cf6d
--- /dev/null
+++ b/python/python3-pulsectl/README
@@ -0,0 +1,10 @@
+Python (3.x and 2.x) blocking high-level interface and ctypes-based
+bindings for PulseAudio (libpulse), to use in a simple synchronous code.
+Wrappers are mostly for mixer-like controls and introspection-related
+operations, as opposed to e.g. submitting sound samples to play and
+player-like client.
+For async version to use with asyncio, see pulsectl-asyncio project
+instead.
+Originally forked from pulsemixer project, which had this code bundled.
+
+By ~red