Metadata-Version: 2.1
Name: jackrecorder
Version: 0.0.2
Summary: Minimal recording module for JACK
Home-page: https://github.com/rmassidda/recorder
Author: Riccardo Massidda
Author-email: contact@rmassidda.it
License: UNKNOWN
Description: # recorder
        
        ```
        python recorder.py -h
        ```
        
        ## Requirements
        
        - [JACK Client for Python](https://github.com/spatialaudio/jackclient-python)
        - [SoundFile](https://github.com/bastibe/SoundFile)
        - [NumPy](https://github.com/numpy/numpy)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
