Metadata-Version: 2.4
Name: JACK-Client
Version: 0.5.6
Summary: JACK Audio Connection Kit (JACK) Client for Python
Author-email: Matthias Geier <Matthias.Geier@gmail.com>
License-Expression: MIT
Project-URL: Documentation, http://jackclient-python.readthedocs.io/
Project-URL: Repository, https://github.com/spatialaudio/jackclient-python/
Project-URL: Issues, https://github.com/spatialaudio/jackclient-python/issues
Keywords: JACK,audio,low-latency,multi-channel
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cffi
Dynamic: license-file

JACK Audio Connection Kit (JACK) Client for Python
==================================================

This Python module (named ``jack``) provides bindings for the JACK_ library.

Quick Start:
    #. Install JACK, Python and (optionally) NumPy

    #. Install the ``JACK-Client`` package for Python

    #. Try the examples shown in the documentation

Documentation:
   https://jackclient-python.readthedocs.io/

Source code and issue tracker:
   https://github.com/spatialaudio/jackclient-python/

License:
   MIT -- see the file ``LICENSE`` for details.

.. _JACK: https://jackaudio.org/
