jackclient-python icon indicating copy to clipboard operation
jackclient-python copied to clipboard

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:

Results 17 jackclient-python issues
Sort by recently updated
recently updated
newest added
trafficstars

This concerns an Apple M1 system. I'm surprised importing the module fails entirely and has not been detected yet. Maybe nobody has tried it yet? I assume this may be...

It would be nice with an example program that demonstrates in the simplest way possible to record and play audio. Like the `thru_client.py`, but with record/playback implemented. This is how...

Hello, I have been using this module for an auditory neuroscience experiment in my research lab, and I'm trying to increase the temporal precision of my results. Basically, I'm running...

I see that `is_control_voltage` (the port flag) is absolutely not managed. Is there any plan for this or a particular problem ? All other port flags are present (is_input, is_output,...

Hi. I meet a RuntimeError with the `get_clients()` Client method. Obviously it is not systematic at all and I was trying to make my program crash or find any other...