Metadata-Version: 2.3
Name: dora-pyaudio
Version: 0.0.0
Summary: dora-pyaudio
License: MIT
Author: author
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dora-rs (>=0.3.6,<0.4.0)
Requires-Dist: numpy (>=1.0.0)
Requires-Dist: pyarrow (>=5.0.0)
Requires-Dist: pyaudio (>=0.1.0)
Project-URL: Documentation, https://github.com/dora-rs/dora/blob/main/node-hub/dora-pyaudio/README.md
Project-URL: Homepage, https://github.com/dora-rs/dora.git
Description-Content-Type: text/markdown

# dora-pyaudio

## Getting started

- (MacOS) Install `portaudio`

```bash
brew install portaudio
```

- (Linux) Install `portaudio`

```bash
sudo apt-get install portaudio19-dev python-all-dev
```

- Install it with pip:

```bash
pip install -e .
```

## Contribution Guide

- Format with [black](https://github.com/psf/black):

```bash
black . # Format
```

- Lint with [pylint](https://github.com/pylint-dev/pylint):

```bash
pylint --disable=C,R --ignored-modules=cv2 . # Lint
```

- Test with [pytest](https://github.com/pytest-dev/pytest)

```bash
pytest . # Test
```

## YAML Specification

## Examples

## License

dora-pyaudio's code are released under the MIT License

