From 9ffbaf33c4ba5b2521758002b67f26030ecaf77d Mon Sep 17 00:00:00 2001 From: Milkii Brewster Date: Sun, 25 Apr 2021 18:09:33 +0100 Subject: [PATCH] * https://github.com/jackaudio/pyjacklib - Python bindings for libjack using ctypes. --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index d15fd44..15dd0db 100644 --- a/Home.md +++ b/Home.md @@ -426,6 +426,7 @@ Then Janus etc. can convert that RTP stream to WebRTC. * [x42/weakjack](https://github.com/x42/weakjack) - small library that abstracts the JACK Application Binary Interface. ## Bindings +* https://github.com/jackaudio/pyjacklib - Python bindings for libjack using ctypes. * https://github.com/spatialaudio/jackclient-python - JACK Audio Connection Kit (JACK) Client for Python snake * [PyJack](https://sourceforge.net/projects/py-jack/) - JACK client module for Python * https://github.com/fphammerle/jacker - Python bindings for the JACK Audio Connection Kit C API