spatialaudio / jackclient-python

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:
https://jackclient-python.readthedocs.io/
MIT License
132 stars 26 forks source link

Switch to CFFI out-of-line ABI mode #42

Closed mgeier closed 6 years ago

mgeier commented 6 years ago

This should reduce import time.

This also moves jack.py to src/. For the reasons, see https://github.com/spatialaudio/python-sounddevice/pull/103#issuecomment-336991592.

It would be nice if somebody could test this on Windows and macOS.