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
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
Requires-Dist: setuptools
Requires-Dist: cffi
Requires-Dist: NumPy
Requires-Dist: JACK-Client
Requires-Dist: soundfile

# 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)


