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

Hi, I'm facing the problem that my jack client becomes deactivated at some point of my code even if I'm not calling ```client.deactivate()```. When this happens i'm not able to...

Hi there, Cheers for a great, easy to use library :) I think it would be nice to show an example using [`jack.Ringbuffer()`](https://jackclient-python.readthedocs.io/en/0.5.3/api.html#jack.RingBuffer) since it would be helpful for some...

Hi, thank you again for your great library. I have a bit problems with real time plotting of gathered audio data (and its spectrum). I guess it is probably some...

It would be great if someone could add an example of recording audio to the examples in the documentation. If I figure it out I will try to add it....

docs

Hello I am running the chatty client demo. the Xrun call back is producing negative values e.g. xrun; delay -274886000640.0 microseconds This clearly makes no sense.... There is no audible...

Hi, I'm trying to modify [this](https://github.com/spatialaudio/jackclient-python/blob/master/examples/midi_file_player.py) example in order to make it compatible with [multiprocessing](https://docs.python.org/3/library/multiprocessing.html). Mainly I had to rename some global variables: ``` #!/usr/bin/env python3 import sys import threading...

Hi and thanks for the great library, been using it for years! **What's the best way to detect if the last process callback lead to an xrun?** Here's my use...

question

I saw this error, and I'm not quite sure what's happening. I think jackd may have stopped in the background and restarted, it's a pretty complex environment, and there are...

With this code, python just crashes: import jack client = jack.Client('test') print(client.get_ports('[]')) I also tried different combinations (single bracket, adding text before, etc). The segfault happens on both Python 2.7.12...

bug

The following code snippet produces the same list of ports, the correct list for the first ('hard', hardware-connected) JACK server, all four times it does the get_ports() print. The .name...

bug