1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Metadata-Version: 2.1
Name: JACK-Client
Version: 0.5.3
Summary: JACK Audio Connection Kit (JACK) Client for Python
Home-page: http://jackclient-python.readthedocs.io/
Author: Matthias Geier
Author-email: Matthias.Geier@gmail.com
License: MIT
Description: JACK Audio Connection Kit (JACK) Client for Python
==================================================
This Python module (named ``jack``) provides bindings for the JACK_ library.
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/
Keywords: JACK,audio,low-latency,multi-channel
Platform: any
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3
Provides-Extra: NumPy
|